Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zpratt/react-cucumber-js
An example of how to write acceptance tests against a react application.
https://github.com/zpratt/react-cucumber-js
cucumber react
Last synced: 27 days ago
JSON representation
An example of how to write acceptance tests against a react application.
- Host: GitHub
- URL: https://github.com/zpratt/react-cucumber-js
- Owner: zpratt
- Created: 2017-07-07T22:02:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-07T22:12:13.000Z (over 7 years ago)
- Last Synced: 2024-10-25T02:46:47.934Z (3 months ago)
- Topics: cucumber, react
- Language: JavaScript
- Size: 32.2 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
React.js Cucumber Example
---This README is WIP. I will add more detail as I add more valuable examples of tests. This currently only has a simple hello world example.
## Basic steps
* clone
* `nvm use`
* `yarn`
* `yarn test`