Simple tests for yandex-weather service with help of Selenium tool. Only Mozilla Firefox supported by now.
- Checking today weather report
- Checking brief forecast
- Checking detailed forecast
- Search custom city
- Checking links to other Yandex services
Java 7+, Maven 3.+, Mozilla Firefox 31+
To execute tests run the following commands:
mvn clean test # run the test
mvn site # generate Allure report
Test report will be located in target/site/allure-maven-plugin/index.html