Skip to content

LazaroOnline/Cypress-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Create fast cypress projects. Also available a template version with Cucumber and PickleJS in this branch: https://github.com/LazaroOnline/Cypress-template/tree/cucumber-pickle

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published