🚧 Playwright
Guide coming soon™​
- Playwright is known for it's end-to-end testing. They are now experimenting with component testing. This might be an improvement over Testing Library since the playwright component tests run in a real browser instead of JSDOM.
Testing Guiding Principle​
The more your tests resemble the way your software is used, the more confidence they can give you. -Kent C. Dodds