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
Example of selenium test using Page-Object-Model running on Maven build, TestNG framework and Allure Report.
JavaApache-2.0