Commit c212a18
committed
Add auto-exit to _afterSuite for BROWSER_RESTART=browser mode
- Process now exits cleanly after suite completes
- Critical for browser restart mode where afterSuite is final cleanup
- Prevents hanging when all tests in suite are complete
- Uses same 2-second delayed exit as _cleanup()1 parent bbbe770 commit c212a18
1 file changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
869 | 869 | | |
870 | 870 | | |
871 | 871 | | |
| 872 | + | |
| 873 | + | |
| 874 | + | |
| 875 | + | |
| 876 | + | |
| 877 | + | |
| 878 | + | |
| 879 | + | |
| 880 | + | |
| 881 | + | |
| 882 | + | |
| 883 | + | |
872 | 884 | | |
873 | 885 | | |
874 | 886 | | |
| |||
0 commit comments