We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72ab6ed commit 2c66cc3Copy full SHA for 2c66cc3
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