An open API service indexing awesome lists of open source software.

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

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
```
![result](https://github.com/livre-blanc-adtf2020/todos-bdd-with-cucumberjs-protractor/blob/master/e2e/images/protractor-cucumber-typescript-result.gif)

![result](https://github.com/livre-blanc-adtf2020/todos-bdd-with-cucumberjs-protractor/blob/master/e2e/images/test-execution.gif)

#### HTML Reports
![result](https://github.com/livre-blanc-adtf2020/todos-bdd-with-cucumberjs-protractor/blob/master/e2e/images/report-html.PNG)