Skip to content

avanslaars/cuddly-palm-tree

Repository files navigation

Test a React TodoMVC with Cypress

This repository is the starting point a Cypress workshop. I encourage you to clone this repo and follow along.

Setup

  1. Clone this repository
  2. Install dependencies with npm i from this project's root directory

Copy Pasta

Some things just aren't worth typing. We'll copy and past some values when the time is right.

Mixed Todos

[
  {
    "id": 1,
    "name": "Buy Milk",
    "isComplete": false
  },
  {
    "id": 2,
    "name": "Buy Eggs",
    "isComplete": true
  },
  {
    "id": 3,
    "name": "Buy Bread",
    "isComplete": false
  },
  {
    "id": 4,
    "name": "Make French Toast",
    "isComplete": false
  }
]

Incomplete todos

[
  {
    "id": 1,
    "name": "Buy Milk",
    "isComplete": false
  },
  {
    "id": 2,
    "name": "Buy Eggs",
    "isComplete": false
  },
  {
    "id": 3,
    "name": "Buy Bread",
    "isComplete": false
  },
  {
    "id": 4,
    "name": "Make French Toast",
    "isComplete": false
  }
]

About

Prepping workshop code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published