Introduction
We write a first Cypress test to check if a website works as expected. It helps catch problems early.
To check if the homepage loads correctly.
To verify a button on the page works.
To confirm a user can see important text on the page.
To make sure a link goes to the right page.