An open API service indexing awesome lists of open source software.

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

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
```