Frontend Testing Courses
See the list below of the courses here on HowToTestFrontend.com - you can start with testing fundamentals (Vitest or Jest), or move on to our React specific lessons.
Jest/Vitest Testing Fundamentals
Learn the basics of how to test with Jest or Vitest. This course covers the main features for writing assertions, tests, mocks, async testing, and more
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
Finding elements with React Testing Library queries
Become familiar with all the ways to find elements in your rendered components with React Testing Library. This is a more in depth look at all the getBy, findBy and queryBy functions
React Testing Library DOM Matchers
Course covering all DOM matchers in React Testing Library, including .toHaveAttribute()
, .toBeChecked()
- learn them all to make your tests cleaner and easier to write