Skip to content

A boilerplate project for simple tests using Cucumber and Selenium java

Notifications You must be signed in to change notification settings

TestCoders/cucumer-selenium-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Selenium-Cucumber boilerplate

A demo project using Selenium and Cucumber for browser automation, including several feature files, scenario's and step definitions. This project can be used as a boilerplate for your own project!

Install

After checkout:

Download the version of Chromedriver matching your version of Google Chrome. Usually this is the latests version of chromedriver. Replace the current chromedriver in the project with the new version.

Run the project using the command line with:

mvn clean test

Technologies

  • Cucumber-jvm: 5.3.0
  • Selenium: 3.13.0
  • Junit: 4.12
  • Java Commons: 2.6

About

A boilerplate project for simple tests using Cucumber and Selenium java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published