Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 490 Bytes

README.md

File metadata and controls

26 lines (13 loc) · 490 Bytes

Nightwatch

  1. Go to nightwatch_cucumber_test_folder

  2. Install Nightwatch.js and Cucumber.js locally using

    $ npm install --save-dev

    $ npm update

    $ npm install chromedriver --save-dev

    or

    $ npm install chromedriver

    Run tests:

    Windows: $ node_modules.bin\nightwatch --test features\Search.feature

    Mac: $ node node_modules/nightwatch/bin/nightwatch