Skip to content

Commit 2699c78

Browse files
edwhclaude
andcommitted
Configure retries for Playwright tests
Set retries to 2 to handle intermittent test failures. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent d651499 commit 2699c78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playwright.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const config = {
6464
timeout: 5 * 60 * 1000,
6565
navigationTimeout: 2 * 60 * 1000,
6666
actionTimeout: 2 * 60 * 1000,
67-
retries: 0
67+
retries: 2
6868
};
6969

7070
module.exports = config;

0 commit comments

Comments
 (0)