/cucumber-js-selenium-webdriver-example

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

Primary LanguageJavaScript

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