Mak1102
TTCTheo's Typesafe Cult
•Created by pappu on 5/20/2024 in #questions
Frameworks for testing in monorepos, what are y'all using?
you will have to use several tool to test your app.
There are 3 kind of tests that I use :
unit tests : I will be able to test if my functions work properly (jest)
integration tests : I will test My components, services and modules and and other stuff related to the database (jest)
system tests : create an similar environnement to production and I write tests that simulate real-world user interactions (selenium, playwright ... and more)
have fun
5 replies