This project is testing the UI of a Stellar Burgers web application. Elements are described using a Page Object. Data is created and cleaned up via API in tests where necessary.
Frameworks used: Maven, Junit 4, Rest Assured, Selenium, Allure.
Drivers used: ChromeDriver, YandexDriver (v113).
How to run the tests:
- open IntelliJ IDEA
- clone the repo via this link https://github.com/g-revert/QA-java-diplom-1.git
- Run Everything with
ctrl+ctrl
(⌃⌃) - type in
mvn clean test
+ Enter - type in
mvn allure:serve
+ Enter