https://github.com/rcdexta/cypress-todo-example
Example React App for experimenting with Cypress.io
https://github.com/rcdexta/cypress-todo-example
Last synced: about 1 month ago
JSON representation
Example React App for experimenting with Cypress.io
- Host: GitHub
- URL: https://github.com/rcdexta/cypress-todo-example
- Owner: rcdexta
- Created: 2018-05-02T21:26:09.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-04T05:44:41.000Z (about 8 years ago)
- Last Synced: 2025-01-26T08:45:39.624Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://codesandbox.io/s/github/rcdexta/cypress-todo-example
- Size: 99.6 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cypress-todo-example
Example React App for experimenting with Cypress.io
### Installation
Follow the steps below
```bash
$ git clone git@github.com:rcdexta/cypress-todo-example.git
$ cd cypress-todo-example
$ yarn install
```
Steps to add cypress to the flow
```bash
$ yarn add --dev cypress
$ yarn cypress open
```