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.
- Host: GitHub
- URL: https://github.com/automatedowl/selenium-java-pom-example
- Owner: AutomatedOwl
- License: apache-2.0
- Created: 2018-06-06T09:37:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-09T18:32:53.000Z (over 2 years ago)
- Last Synced: 2025-03-30T19:38:08.015Z (6 months ago)
- Topics: allure-report, chromedriver, java, maven, page-object-model, selenium, testng, threadlocal
- Language: Java
- Homepage:
- Size: 10.7 MB
- Stars: 4
- Watchers: 0
- Forks: 34
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```