Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabrielczar/tests-for-api-interest-points
BDD tests for API Interest Points
https://github.com/gabrielczar/tests-for-api-interest-points
bdd chai cucumber-js puppeteer tests
Last synced: 14 days ago
JSON representation
BDD tests for API Interest Points
- Host: GitHub
- URL: https://github.com/gabrielczar/tests-for-api-interest-points
- Owner: GabrielCzar
- Created: 2018-07-15T04:57:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-15T05:06:33.000Z (over 6 years ago)
- Last Synced: 2025-01-11T22:44:15.886Z (22 days ago)
- Topics: bdd, chai, cucumber-js, puppeteer, tests
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Tests for API Interest Points
- [Interest Points](https://interest-points.herokuapp.com)
#### Dependencies
- [Cucumber-js](https://github.com/cucumber/cucumber-js)
- [Puppeteer](https://github.com/GoogleChrome/puppeteer)
- [Chai](https://github.com/chaijs/chai)#### Environment
- Install dependencies```yarn install```
- Run Application
```yarn run app```