knuxbbs / cypress-basico-v2

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

Home Page:https://www.udemy.com/course/testes-automatizados-com-cypress-basico/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automated tests with Cypress

A project with Cypress features samples.

Pre-requirements

It is required to have Node.js (v16.13.2 or later) and npm (8.3.2 or later) installed to run this project.

Installation

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

Tests

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

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

About

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

https://www.udemy.com/course/testes-automatizados-com-cypress-basico/

License:MIT License


Languages

Language:JavaScript 59.4%Language:HTML 25.4%Language:CSS 15.3%