Skip to content

Repositório da versão 2 do curso básico de Cypress da Escola Talking About Testing

License

Notifications You must be signed in to change notification settings

GusMartins499/cypress-basico-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cy-data-test

Sample project to demonstrate a cy.dataTest Cypress custom command.

Pre-requirements

It is required to have Node.js and npm installed to run this project.

Installation

Run npm install or yarn to install the dev dependencies.

Tests

You can run all the tests simulating a desktop or mobile viewport

Desktop

Run npm test or yarn test to run the test in headless mode.

Or, run npm run cy:open or yarn cy:open to open Cypress in interactive mode.

Mobile

Run npm test:mobile or yarn test:mobile to run the test in headless mode.

Or, run npm run cy:open:mobile or yarn cy:open:mobile to open Cypress in interactive mode.

Support this project

If you want to support this project, leave a ⭐.


This project was created with 💚 by Walmyr.

About

Repositório da versão 2 do curso básico de Cypress da Escola Talking About Testing

Resources

License

Stars

Watchers

Forks