Skip to content

marinakuranda/cypress-bug-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cypress

E2E tests written with cypress.io.

Running tests

To open Cypress in development mode with UI:

npm run open

To run ALL tests in headless mode (suitable for Docker):

npm test

To run a specific test in headless mode (suitable for Docker): npm test -- --spec=cypress/integration/test file name

npm run ci

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published