Automated tests for a demo webshop project in Codecool (made by our peers) written in Java with the help of Selenium, Cucumber and JUnit.
Open this project as a Maven project.
Install Chrome browser (if it hasn't been installed yet).
Download the Selenium webdriver for Chrome according to the browser's version (if it hasn't been downloaded yet).
Make a properties.properties file in src/test/resources containing: webdriverPath=
After the = you should write the path to your webdriver
Run RunCucumberTest.java after compilation as a JUnit test