We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 446ad44 commit 0d3586aCopy full SHA for 0d3586a
packages/react-integration/cypress.config.ts
@@ -7,7 +7,7 @@ export default defineConfig({
7
screenshotOnRunFailure: false,
8
viewportWidth: 1200,
9
viewportHeight: 792,
10
- supportFile: false,
+ supportFile: 'cypress/support/index.js',
11
testIsolation: false
12
},
13
reporter: 'junit',
0 commit comments