Skip to content

leonardogit/ProjectCypress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Project challenge

πŸš€ Getting started

Hello and welcome to the cypress project proposed in the challenge

πŸ“‹ Pre-requisites

NodeJs installed Visual Studio installed

πŸ”§ Instalation

Clone Project

https://github.com/leonardogit/ProjectCypress.git

Change branch :

git checkout master

βš™οΈ Running the tests

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

πŸ”© Analise os testes de ponta a ponta

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.

βœ’οΈ Authors

Leonardo Camargos Lemes

🎁 Thank you

Thanks to everyone who took the time to read this doc, it was made with a lot of love <3

About

Project carried out using cypress with pageobject pattern

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published