commit | 40793f4a18c4a23d1414654116657323d7ea800c | [log] [tgz] |
---|---|---|
author | Rucha Mahabal <ruchamahabal2@gmail.com> | Tue Jul 13 13:17:19 2021 +0530 |
committer | Rucha Mahabal <ruchamahabal2@gmail.com> | Tue Jul 13 13:17:19 2021 +0530 |
tree | 363a0b99636ae356122f3c48549be067d3d8a376 | |
parent | fc4079587bfc0955a590b1f9419efce17c0c3264 [diff] |
test: introduce cypress tests Co-authored-by: Ankush <ankush@iwebnotes.com> Co-authored-by: Nabin Hait <nabinhait@gmail.com>
diff --git a/cypress/fixtures/example.json b/cypress/fixtures/example.json new file mode 100644 index 0000000..da18d93 --- /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" +} \ No newline at end of file