Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 802 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 802 Bytes

How to effectively test a React App

Purpose of this repository

Try to win the testing trophy 🏆😁

Image of TheTestingTrophy

It's an implementation of the testing strategy that was introduced by Kent.C.Dodds.

Simple Login Form

This React App simulates the behavior of a login form in a real production application.

Image of SimpleForm

The goal is to use the testing trophy strategy through this app to have a great confidence about the quality of the code to release.

Static

  • typescript
  • tslint

Unit & Integration

  • jest
  • @testing-library/react

End2End

  • cypress
  • cypress-image-snapshot