Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 922 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 922 Bytes

System requirements

#Run the tests

  • clone the project as git clone [email protected]:olga-vasylchenko/Web_Test_Automation.git
  • switch to the cloned project directory
  • run ./gradlew cucumber

The test will run and you will see the test results output in your command line tool.

Viewing test results

Test results are displayed in your command line tool after the test has finished running.

Html test results report is also available under the project's target/cucumber/index.html location after the run has finished.