This is a sample app to anyone new to BDD using cucumber. It has setup and hello world examples just to get started with BDD.
The repository will be updated with more in depth examples of BDD using cucumber
goto vanilaJS path and run below commands
npm install
npm test
You will see all the tests and scenarios passing. You can experiment with the functions by adding more scenarios.
goto angular8/killerapp
npm install
ng e2e
- If your into issues like
No update-config.json found. Run 'webdriver-manager update' to download binaries.
then run this commandnode node_modules\protractor\bin\webdriver-manager update
and run step 2 again. (For linuxnode node_modules/protractor/bin/webdriver-manager update
)
All the prerequisite are same as the actual angular application, for more details visit https://angular.io
PRs are welcomed with more examples.
official site https://cucumber.io