Skip to content

AfonsoHSantos/cy-basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cypress-basico-v2

Sample project for the basic course of the Talking About Testing online school.

Pre-requirements

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

I used versions v16.13.2 and 8.3.2 of Node.js and npm, respectively. I suggest you use the same or later versions.

Installation

Run npm install (or npm i for the short version) to install the dev dependencies.

Tests

The tests are documented in this Jira Task: CAC TAT Test Automation

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

Desktop

Run npm test (or npm t for the short version) to run the test in headless mode on a desktop viewport.

Or, run npm run cy:open to open Cypress in interactive mode on a desktop viewport.

Mobile

Run npm run test:mobile to run the test in headless mode on a mobile viewport.

Or, run npm run cy:open:mobile to open Cypress in interactive mode on a mobile viewport.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6