In the project directory, you can run:
When Cypress is launched, select 'E2E Testing' from the 'Welcome to Cypress!' window.
Select a Browser by clicking any of the available browsers from the 'Choose a Browser' window and click 'Start E2E Testing' button.
The spec files are displayed in the 'Specs' tab from the navigation in the left.
An example Spec Files is located in: cypress-boilerplate\cypress\integration\functional
Newly added spec files should be located in the same directory and should be named accordingly to the following convetion:
'exampleTest.cy.js'