Skip to content

Latest commit

 

History

History
66 lines (50 loc) · 1.58 KB

README.md

File metadata and controls

66 lines (50 loc) · 1.58 KB

Cypress-template

With this template you can download the project and start working with Cypress E2E.

Requirements

How to run

The first time you clone this repository you need to initialize it by running this command from the project directory:

npm install

To run the tests in debug mode, file by file with user interface, execute the command:

npm run test-Dev

To run all tests faster and without UI which is the recommended way to run them all, use:

npm run test-All

To run only tests with titles containing "[UI]", use:

npm run test-UI

To update the libraries run:

npm install -D cypress@latest
npm install -D @cypress/grep@latest

Documentation

Other Plugins:

Source

This template was built by using these commands:

npm init
npm install -D cypress
npm install -D @cypress/grep 
npx @bahmutov/cly init

npm install -D cypress-grep

Other useful plugins:

npm install -D @4tw/cypress-drag-drop
npm install -D cypress-file-upload

Thanks to: https://github.com/bahmutov/cly