Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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`**