Created
January 21, 2020 14:17
-
-
Save dariayermolova/31eae3a7031d63a98c5c43930b541ef8 to your computer and use it in GitHub Desktop.
cypress (mock file)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cy.server() | |
cy.route({ | |
url: '/users?approved=true', | |
status: 200, | |
response: 'fixture:empty.user.json' | |
}).as('approved') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment