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(plugins): resolve async race conditions in aiTrace, analyze, screencast, pageInfo, heal
Fix 8 bugs across 6 plugin files where async operations outside the
recorder chain, missing force flags, and incorrect filtering caused
silent data loss, premature process exit, and broken healing limits.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix(analyze,screencast): rework for new autoExit + fix unit tests
analyze.js: CODECEPT_DISABLE_AUTO_EXIT was removed in #5556 (autoExit
refactor). Push printReport onto the recorder so it's awaited inside
codecept.run()'s done() before autoExit fires.
screencast tests: emit event.test.started in unit tests to match the
production event sequence (asyncWrapper.js fires it between
event.test.before and the first event.step.started).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: gololdf1sh <oleksandr.kiriukhin@gmail.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: DavertMik <davert@testomat.io>
0 commit comments