Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 602 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 602 Bytes

yandex-weather

Simple tests for yandex-weather service with help of Selenium tool. Only Mozilla Firefox supported by now.

Cases

  • Checking today weather report
  • Checking brief forecast
  • Checking detailed forecast
  • Search custom city
  • Checking links to other Yandex services

Requirements

Java 7+, Maven 3.+, Mozilla Firefox 31+

Execution

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