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

https://github.com/automatedowl/selenium-java-pom-example

Example of selenium test using Page-Object-Model running on Maven build, TestNG framework and Allure Report.
https://github.com/automatedowl/selenium-java-pom-example

allure-report chromedriver java maven page-object-model selenium testng threadlocal

Last synced: about 2 months ago
JSON representation

Example of selenium test using Page-Object-Model running on Maven build, TestNG framework and Allure Report.

Awesome Lists containing this project

README

          

# selenium-java-pom-example

This example currently supports Linux and Windows, both with Java 8 and above. Maven and Chrome browser are also required.

To run on Windows or Linux, simply clone the repository and from root project diectory run:
```
mvn test
```