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: 3 months 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-07T22:12:13.000Z (almost 8 years ago)
- Last Synced: 2025-02-05T22:43:31.963Z (5 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`