vikmaksymenko / sample-selenide-automation

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Java 100.0%