diff --git a/cypress/fixtures/example.json b/cypress/fixtures/example.json deleted file mode 100644 index 02e425437..000000000 --- a/cypress/fixtures/example.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "name": "Using fixtures to represent data", - "email": "hello@cypress.io", - "body": "Fixtures are a great way to mock data for responses to routes" -} diff --git a/cypress/plugins/index.ts b/cypress/plugins/index.ts deleted file mode 100644 index 673158d9d..000000000 --- a/cypress/plugins/index.ts +++ /dev/null @@ -1,6 +0,0 @@ -export default (on) => { - on('before:browser:launch', (_, launchOptions) => { - launchOptions.args.push('--force-device-scale-factor=2') - return launchOptions - }) -}