Skip to content

bahmutov/testing-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testing Demo App

This project was bootstrapped with Create React App.

Testing libraries

This instance of create-react-app has been enhanced with the following testing libraries:

Library Description
Jest Automated testing
Enzyme Unit test React components in isolation via shallow or with children via mount
enzyme-adapter-react-16 Configures enzyme to work with React 16
react-test-renderer Render React components to JSON for snapshot testing
redux-mock-store Mock store for testing your redux async action creators and middleware
Cypress In browser integration testing via Mocha and Chai

About

Cypress tests for a React application created using CRA v3

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.7%
  • HTML 8.9%
  • CSS 3.4%