Skip to content

Latest commit

 

History

History
executable file
·
20 lines (13 loc) · 459 Bytes

README.md

File metadata and controls

executable file
·
20 lines (13 loc) · 459 Bytes

About

Test automation project. Based on Selenium + JUnit + Allure

Installation

Build using Maven.

mvn clean test for default profile (with Firefox Driver)

mvm clean test -P chrome for Chrome profile (Chrome Driver)

mvm clean test -P firefox for Firefox profile (Firefox Driver)

Test Scenario:

  1. Open the browser and maximize it.
  2. Open "ya.ru"
  3. Type in Search Field: "Something"
  4. Press Search
  5. Check that Result page is opened