Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asif-shahriar/selenium-pom-testng
An e-commerce automation project of Selenium TestNG using Page Object Model
https://github.com/asif-shahriar/selenium-pom-testng
allure-report gradle java page-object-model selenium testng
Last synced: about 2 months ago
JSON representation
An e-commerce automation project of Selenium TestNG using Page Object Model
- Host: GitHub
- URL: https://github.com/asif-shahriar/selenium-pom-testng
- Owner: asif-shahriar
- Created: 2022-01-27T06:57:11.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-10T08:07:57.000Z (almost 3 years ago)
- Last Synced: 2023-10-23T08:24:13.546Z (about 1 year ago)
- Topics: allure-report, gradle, java, page-object-model, selenium, testng
- Language: Java
- Homepage: https://envothemes.com/envo-ecommerce
- Size: 7.12 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Selenium-POM-TestNG
## 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
```
## Screenshots
These are the snapshots of the allure reports:![1](https://user-images.githubusercontent.com/71173675/151309260-ed5740aa-614c-4d2c-80ee-b57b65e33aae.png)
![2](https://user-images.githubusercontent.com/71173675/151309271-7e08675a-53a2-4207-9802-f6257fec7ba4.png)
![3](https://user-images.githubusercontent.com/71173675/151309282-8efcba09-51f6-4df3-8004-4f18c51249b0.png)