Client-side testing is a massive topic. If you’ve read “Developing a Client-Side Testing Strategy,” you’ll have been introduced to the best practices and challenges faced when selecting a client-side testing strategy.
We could choose to take a deeper look at any of the following below:

  • Testing devices and different browsers where users view your product
  • Static types and linters to validate values and syntax during development
  • Testing CSS, comparing the final design, and markup results
  • Testing a native application and the testing suites available
  • Manual testing practices
  • Using visual libraries, e.g., Storybook

But for now, let’s keep it simple and do some unit, integration, and end-to-end tests.

#react #cypress #programming #javascript #jest

Client-Side Testing With Jest, React Testing Library, and Cypress
5.30 GEEK