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