Testing Recipes
Ctrl
K
Copy
Cypress
How to navigate to a particular path
Copy
cy
.visit
(
'http://localhost:3000'
)
Previous
Introduction
Next
How to get hold of the currently focused element
Last updated
5 years ago
Was this helpful?