https://github.com/adtf2020/bdd-with-cucumberjs-protractor
Behavior-Driven Development (Gherkin) framework with Cucumber.js and Protractor
https://github.com/adtf2020/bdd-with-cucumberjs-protractor
bdd bdd-framework bdd-style bdd-style-testing-framework bdd-style-ui-test
Last synced: 3 months ago
JSON representation
Behavior-Driven Development (Gherkin) framework with Cucumber.js and Protractor
- Host: GitHub
- URL: https://github.com/adtf2020/bdd-with-cucumberjs-protractor
- Owner: adtf2020
- Created: 2020-10-20T15:55:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-21T16:29:19.000Z (over 2 years ago)
- Last Synced: 2025-01-14T23:35:03.245Z (over 1 year ago)
- Topics: bdd, bdd-framework, bdd-style, bdd-style-testing-framework, bdd-style-ui-test
- Language: HTML
- Homepage:
- Size: 8.22 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BDD framework with Cucumber.js and Protractor
This project is bootstrapped by [aurelia-cli](https://github.com/aurelia/cli).
For more information, go to https://aurelia.io/docs/cli/webpack
## Quick start with Protractor
* Use npm to install all the dependencies from package.json
```
npm install
```
* The below command would download the selenium server jar and the chrome & gecko driver binaries
```
npm run webdriver-update
```
* Run the tests with:
```
npm test
```


#### HTML Reports
