Hello and welcome to the cypress project proposed in the challenge
NodeJs installed Visual Studio installed
Clone Project
https://github.com/leonardogit/ProjectCypress.git
Change branch :
git checkout master
To run the tests, enter the project folder and run the command :
npm install
After executing the command, execute the following command
npm cypress open
OR
npx cypress open
After that, a cypress window will open
Test structure
They were divided into folders, using the page objects pattern
In the Support folder Page : Representation of a page in the system Elements: Representation of the folder containing the DOM elements
The e2e folder contains the main tests that use the pages as a reference.
Leonardo Camargos Lemes
Thanks to everyone who took the time to read this doc, it was made with a lot of love <3