You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: Remove premature process.exit() that prevented test summary from printing
- Removed 2-second auto-exit from _afterSuite() hook
- Increased auto-exit delay in _cleanup() from 2s to 5s to allow Mocha/test runners to print summary statistics
- Test summaries now print correctly before process exits
- Addresses issue where GitHub Actions logs showed no test count/summary
0 commit comments