Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 604 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 604 Bytes

Test project

Tech stack:

  • java
  • maven
  • junit
  • selenium webdriver

Reporting:

  • allure

CI/CD

  • GitHub actions

Tests run on GitHub actions on each merge to master or on every pull request. Reports are generated after each run and could be found on GitHub Pages

To run tests locally you will need:

  • java 1.8
  • maven 3.x
  • chrome

Tests run in a headless mode. If you need to launch browser, please comment this line: code reference