Skip to content

An example of browser based testing using cucumber-js and selenium-webdriver

Notifications You must be signed in to change notification settings

tsaockham/cucumber-js-selenium-webdriver-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cucumber-js & selenium-webdriver starter

Build Status

Overview

An example of browser based testing via:

Note that selenium-webdriver encourages polling for browser state, and consequently heavily uses promises. To simplify working with promises, selenium-webdriver uses a library that affords working with them in a more imperative style. See here for more information.

Tasks

// Cleans and installs dependencies
npm run setup

// Runs the tests
npm test

About

An example of browser based testing using cucumber-js and selenium-webdriver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.1%
  • Shell 11.6%
  • Gherkin 5.3%