Commit 08d1010
feat: remove restart=browser strategy from CodeceptJS
- Remove browser restart option from Playwright helper due to hanging issues
- Update PlaywrightRestartOpts.js to remove browser option and function
- Remove restartBrowser method from Playwright helper
- Update lib/listener/helpers.js to remove browser restart detection
- Remove single-test-timeout.yml workflow
- Update GitHub workflows to use context restart instead of browser restart
- Update documentation to remove browser restart references
- Remove debug test files
The restart=browser strategy was causing tests to hang indefinitely
due to browser context close promises never settling. This removal
ensures more reliable test execution.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 29bbfc1 commit 08d1010
File tree
8 files changed
+690
-887
lines changed- .github/workflows
- docs
- helpers
- lib
- helper
- extras
- listener
- test/helper
8 files changed
+690
-887
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | 61 | | |
65 | 62 | | |
66 | 63 | | |
| |||
This file was deleted.
0 commit comments