diff options
Diffstat (limited to 'vid-webpack-master/cypress/fixtures')
-rw-r--r-- | vid-webpack-master/cypress/fixtures/constants.ts | 3 | ||||
-rw-r--r-- | vid-webpack-master/cypress/fixtures/example.json | 5 |
2 files changed, 8 insertions, 0 deletions
diff --git a/vid-webpack-master/cypress/fixtures/constants.ts b/vid-webpack-master/cypress/fixtures/constants.ts new file mode 100644 index 000000000..794bcdc05 --- /dev/null +++ b/vid-webpack-master/cypress/fixtures/constants.ts @@ -0,0 +1,3 @@ +export const global = { + loginCookies : null +}; diff --git a/vid-webpack-master/cypress/fixtures/example.json b/vid-webpack-master/cypress/fixtures/example.json new file mode 100644 index 000000000..da18d9352 --- /dev/null +++ b/vid-webpack-master/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 |