Skip to content

restagner/cucumber-groovy-selenium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An example cucumber, groovy and selenium project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •