Testing Recipes
Search...
Ctrl
K
Cypress
What are the different ways in which Cypress can be run
Copy
// GUI mode
cypress open
Copy
// Headless Mode
cypress run
Previous
How to create a data-driven approach to testing
Next
How can I test if a function was called?
Last updated
5 years ago
Was this helpful?