Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 840 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 840 Bytes

Sample Selenide UI Automation Test Framework Build Status

This is a project for running Selenide automated UI tests on TestContainers

Required tools

  • JDK 8
  • Maven
  • Docker

How to run

  1. Start Docker service
  2. Run tests:
mvn clean test
  1. Build reports to temp folder and view in browser:
mvn allure:serve
  1. Build reports and save to target/site
mvn allure:report

Sample Allure report can be found on http://sample-selenide-automation.surge.sh

Travis CI Integration

This project is integrated with Travis CI, see https://travis-ci.com/vikmaksimenko/sample-selenide-automation