bahmutov / test-redux-examples

Testing Redux Counter example using cypress-react-unit-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redux counter examples

These examples taken from redux site and tested using cypress-react-unit-test

cypress version cypress-react-unit-test version redux version react-redux version

See cypress-react-unit-test and cypress.json

Shopping cart App component test Shopping cart App test

Reddit async reader App component test Reddit async App test

Exercises

  • clone this repo
  • install dependencies with npm install
  • open Cypress: npm run open or npx cypress open

If you want to try writing Cypress unit tests against the React code, good candidates for rewriting are:

About

Testing Redux Counter example using cypress-react-unit-test


Languages

Language:JavaScript 98.5%Language:HTML 1.5%