Skip to content

Latest commit

 

History

History
executable file
·
24 lines (18 loc) · 469 Bytes

README.md

File metadata and controls

executable file
·
24 lines (18 loc) · 469 Bytes

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.