diff options
Diffstat (limited to 'cypress/fixtures/example.json')
-rw-r--r-- | cypress/fixtures/example.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cypress/fixtures/example.json b/cypress/fixtures/example.json new file mode 100644 index 0000000..02e4254 --- /dev/null +++ b/cypress/fixtures/example.json @@ -0,0 +1,5 @@ +{ + "name": "Using fixtures to represent data", + "email": "hello@cypress.io", + "body": "Fixtures are a great way to mock data for responses to routes" +} |