React Frontend Testing
Course on testing React applications, using React Testing Library (with Jest or Vitest). Covers everything you will need to know to be able to test your Frontend applications
React Testing Basics
Setting Up React Testing Library
Not started
Rendering React components in your tests
Pro
The screen object
Pro
The act() function
Pro
React Testing Library (RTL) queries
Synchronous Element Queries with React Testing Library getBy
Current
Getting one element vs multiple elements
Pro
Optional Element Queries with React Testing Library queryBy
Pro
Asynchronous Element Queries with React Testing Library findBy
Pro
Testing User Interactions
Testing interaction - userEvent vs fireEvent
Pro
Testing User Interactions (userEvent)
Pro
Testing User Interactions (fireEvent)
Pro
Component Testing Basics
Testing Props
Pro
Testing Conditional Rendering
Pro
Testing Lists and Dynamic Content
Pro
waitFor() in React Testing Library
Pro
within() in React Testing Library
Pro
Testing Forms and Input Validation
Pro
Testing Component Events
Pro
Integration Testing
Testing API Calls
Pro