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: skip _finishTest and _cleanup for ALL helpers when browser restarts
Previous fix only checked individual helpers, but non-browser helpers like
JSONResponse and ScreenshotSessionHelper also don't need cleanup when
browser restarts. Now checks if ANY helper has restart enabled and
skips _finishTest/_cleanup for all helpers in that case.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments