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.
- Host: GitHub
- URL: https://github.com/yokawaiik/auto_test_task
- Owner: yokawaiik
- Created: 2023-03-19T07:47:14.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-19T13:42:09.000Z (about 3 years ago)
- Last Synced: 2025-11-19T20:25:57.707Z (6 months ago)
- Topics: allure, automation, java, maven, pageobject-pattern, selenium, testing
- Language: Java
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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