1.0.19 • Published 4 years ago

nightwatch-setup-ts v1.0.19

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

nightwatch-setup-ts

Scaffold your nightwatchjs test suite seamlessly. Provides the e2e test suite architecture as well as the default configuration with typescript.

To use

  1. Install the project
npm install nightwatch-setup-ts

Done! You can run the example test by executing the following command

tsc && ./node_modules/.bin/nightwatch --env default --config ./dist/__tests__/e2e/nightwatch.conf.js --verbose