Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asif-shahriar/selenium-automationpractice
An e-commerce automation project of Selenium TestNG using Page Object Model
https://github.com/asif-shahriar/selenium-automationpractice
allure-report gradle java page-object-model selenium-webdriver testng
Last synced: about 1 month ago
JSON representation
An e-commerce automation project of Selenium TestNG using Page Object Model
- Host: GitHub
- URL: https://github.com/asif-shahriar/selenium-automationpractice
- Owner: asif-shahriar
- Created: 2022-02-18T09:19:30.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-26T15:13:30.000Z (almost 3 years ago)
- Last Synced: 2023-10-23T08:24:13.853Z (about 1 year ago)
- Topics: allure-report, gradle, java, page-object-model, selenium-webdriver, testng
- Language: Java
- Homepage: http://automationpractice.com
- Size: 6.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Selenium-AutomationPractice
## Prerequisites
* Install jdk 8 or any LTS version
* Configure **JAVA_HOME** and **GRADLE_HOME**
* Download Allure 2.17.2 and configure environment path
* Stable internet connection
## How to run this project
* Clone the repo
* Open cmd in the root folder
* Give following commands:
```
gradle clean test
```
```
allure generate allure-results --clean -o allure-report
```
```
allure serve allure-results
```
## Screenshot
These are the snapshot of the allure reports:![Screenshot_1](https://user-images.githubusercontent.com/71173675/154655298-2b884bee-fcff-4438-a3bb-1db2bd5652e1.png)