Skip to content

hjumeau/how-to-test

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published