This is a project for running Selenide automated UI tests on TestContainers
- JDK 8
- Maven
- Docker
- Start Docker service
- Run tests:
mvn clean test
- Build reports to temp folder and view in browser:
mvn allure:serve
- Build reports and save to
target/site
mvn allure:report
Sample Allure report can be found on http://sample-selenide-automation.surge.sh
This project is integrated with Travis CI, see https://travis-ci.com/vikmaksimenko/sample-selenide-automation