Skip to content

Instantly share code, notes, and snippets.

@kianaditya
Created September 4, 2020 13:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kianaditya/99a8e64361ad06ac6020ae51beba0687 to your computer and use it in GitHub Desktop.
Save kianaditya/99a8e64361ad06ac6020ae51beba0687 to your computer and use it in GitHub Desktop.
Cypress.Commands.add('customRoute', (args, alias = 'mock') => {
cy.server()
if (Cypress.env('mock')) {
cy.route(args).as(alias)
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment