Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/osandadeshan/selenium-testng-allure-report-demo
This is a demo project for Selenium Page Object Model with Allure reporting.
https://github.com/osandadeshan/selenium-testng-allure-report-demo
allure-report java page-object page-object-model selenium selenium-webdriver testng
Last synced: about 19 hours ago
JSON representation
This is a demo project for Selenium Page Object Model with Allure reporting.
- Host: GitHub
- URL: https://github.com/osandadeshan/selenium-testng-allure-report-demo
- Owner: osandadeshan
- Created: 2020-11-25T08:31:35.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-26T08:39:13.000Z (almost 4 years ago)
- Last Synced: 2023-02-27T12:17:02.079Z (over 1 year ago)
- Topics: allure-report, java, page-object, page-object-model, selenium, selenium-webdriver, testng
- Language: Java
- Homepage:
- Size: 8.79 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Selenium TestNG Project with Allure Reporting
This is a demo project for Selenium Page Object Model with Allure reporting.
### Pre-requisites
* Java
* Maven
* [Allure](https://docs.qameta.io/allure/#_installing_a_commandline)
* IntelliJ IDEA### Steps
1. Clone this project
2. Open the project in Intellij IDEA
3. Run TestNG.XML
4. Open the terminal in Intellij IDEA
5. Execute **`allure serve allure-results`**