Scaffold your nightwatchjs test suite seamlessly. Provides the e2e test suite architecture as well as the default configuration with typescript.
npm install nightwatch-setup-tsScaffold your nightwatchjs test suite seamlessly.
Provides the e2e test suite architecture as well as the default configuration with typescript.
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