A guide to automated testing for React with React Testing Library, Cypress & Cucumber — Motivation The frontend is the client-side part of your application.
Everything that is visible to your users is part of the frontend.
To put it in other words — frontend testing is about graphical user interface (GUI) testing.
So you get a better picture, if you are developing an online shopping platform, frontend…