/learning-nightwatch-api-with-cucumber-js

illustrate how nightwatch-api can be used with cucumber-js

Primary LanguageJavaScript

Learning nightwatch-api with cucumber-js

This project is created to illustrate how nightwatch-api can be used with cucumber-js

Installation

Install the project dependencies

  cd learning-nightwatch-api-with-cucumber-js
  npm install

Running Tests

To run tests, run the following command

  npm run test:e2e:nightwatch-api

Authors