Skip to content

sagaraItelasoft/learn-react-testing

 
 

Repository files navigation

Learn React Testing

Notes

react-testing-traversy

  • Login credential

    username: johndoe
    password: s3cret
    
  • How to run?

    • move to react-testing-traversy directory

      cd react-testing-traversy
    • install dependencies and run the app

      # install dependencies
      yarn install
      
      # run the app
      yarn dev
    • run the unit test

      yarn test
    • run the End-to-End test using cypress

      yarn run cypress open

Resources

Folder Source
react-testing-traversy React Testing Crash Course by Traversy Media
react-testing-laithharb React Testing Library Crash Course by Laith Harb
react-testing-pmez TDD Live Coding - Test Driven Development Tutorial with React, Jest, and Enzyme
react-testing-fc-hooks Testing React Function Components with Hooks using Enzyme
react-testing-headway Intro to React Testing [Jest and React Testing Library Tutorial]
react-testing-bruno React.js Unit Testing and Integration Testing Tutorial

About

Learn React Testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.0%
  • HTML 2.1%
  • CSS 1.1%
  • Other 0.8%