Example of a Selenium project implemented in Java
- JDK 11+
- Maven
- Allure command line
- Build the project using
mvn install
- Select a test in your favorite IDE and run it
- Install
brew install allure
- In terminal navigate to
target
- Run
allure serve
- Report will automatically open in your default browser