- Please install Java 8 SDK
- Please install Chrome browser in the default location for your platform
- Please download ChromeDriver and add it to your PATH environment variable
#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.
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.