Skip to content

Commit 4364bf4

Browse files
committed
Don't run with retries in cypress open mode
When developing and testing, any failures should fail and not be retried.
1 parent 8f02830 commit 4364bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports = defineConfig({
1818
passesRequired: 1,
1919
},
2020

21-
openMode: true,
21+
openMode: false,
2222
runMode: true,
2323
},
2424
// eslint-disable-next-line no-unused-vars

0 commit comments

Comments
 (0)