https://github.com/iguntur/testing-react-component-example
https://github.com/iguntur/testing-react-component-example
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iguntur/testing-react-component-example
- Owner: iguntur
- License: mit
- Created: 2018-10-27T01:25:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-27T01:26:45.000Z (over 6 years ago)
- Last Synced: 2024-12-29T05:25:48.564Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# Testing React Component
Example unit and integration test react component using Create React App (CRA) and cypress.
Just testing the component it self without running CRA server.
## Install
```console
$ npm install
```## Running test
```console
$ npm run cy:open
```