An open API service indexing awesome lists of open source software.

https://github.com/yokawaiik/auto_test_task

Solution of a test task for test automation.
https://github.com/yokawaiik/auto_test_task

allure automation java maven pageobject-pattern selenium testing

Last synced: about 1 month ago
JSON representation

Solution of a test task for test automation.

Awesome Lists containing this project

README

          

# Auto test task

Stack:
- Java
- Selenium
- Maven
- Page Object Model
- Allure

### Run single test
mvn -Dtest=SingleTestClass test

### Run all tests
mvn test

### Run allure server
allure serve