Cypress example code

PHOTO EMBED

Mon May 11 2020 01:18:24 GMT+0000 (Coordinated Universal Time)

Saved by @hanatakaruki

// this code is probably what you want
cy.server()
cy.route('/users/**', {...})
cy.visit('http://localhost:8000/#/app')
content_copyCOPY

https://docs.cypress.io/api/commands/visit.html