Example for nightwatch-cucumber
usage
npm i -g ntl
git clone [email protected]:mucsi96/nightwatch-cucumber-example.git
cd nightwatch-cucumber-example
npm i
ntl
Single feature file
npm run e2e-test -- features/google-search.feature
Multiple feature files
npm run e2e-test -- features/google-search features/duckduckgo-search
Single scenario by its line number
npm run e2e-test -- features/google-search.feature:9