Skip to content

WIP: Cypress starter with reporting and few custom improvements (custom assertions, commands, tricks)

Notifications You must be signed in to change notification settings

dariabajda/cypress-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cypress starter

Cypress documentation

Extended documentation can be found under https://docs.cypress.io

Open Cypress dashboard

npm run cy:open

Run tests in headless mode

npm run cy:run
npm run cy:run --spec cypress/integration/playground/**.js

Generate HTML report after run

npm run report:generate

Test run artifacts

After run, screenshots, videos, logs and generated report be found in cypress/results directory.

About

WIP: Cypress starter with reporting and few custom improvements (custom assertions, commands, tricks)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published