Skip to content

Commit 0d3586a

Browse files
committed
added support file
1 parent 446ad44 commit 0d3586a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-integration/cypress.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default defineConfig({
77
screenshotOnRunFailure: false,
88
viewportWidth: 1200,
99
viewportHeight: 792,
10-
supportFile: false,
10+
supportFile: 'cypress/support/index.js',
1111
testIsolation: false
1212
},
1313
reporter: 'junit',

0 commit comments

Comments
 (0)