Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 928 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 928 Bytes

A project that shows one way of combining the following: Cucumber-JVM, Groovy and Selenium.

To run the tests, simply type mvn clean verify from the command-line. You may also run the tests, by executing the RunCucumberITCase file from within an IDE (like IntelliJ IDEA)

Setup ChromeDriver

  1. download a copy of ChromeDriver. NOTE: the ChromeDriver version should match your Chrome browser version
  2. create a directory on your file system. For example, on Mac /Users/<user name>/chromedriver. On Windows C:/Users/<user name>/chromedriver
  3. copy the .zip file downloaded in step 1 into the directory created in step 2
  4. unzip the file
  5. add the directory created in step 2 to your PATH environment variable