This is a Project with tests for web application https://qa-scooter.praktikum-services.ru/
- IntelliJ IDEA community Edition
- Maven 3.9.0
- JDK 11
- Selenium 4.8.1
- JUnit 4.13.2
- WebDriverManager
##Tests
To run the application tests just type the following command:
mvn clean test
You can run tests both in Firefox and in Chrome browser. For running tests in Chrome use the following command:
mvn verify -Dbrowser=chrome
For running tests in Firefox use the following command:
mvn verify -Dbrowser=firefox