Skip to content

Add coordinated multi-actor browser scenarios#1913

Merged
chubes4 merged 5 commits into
mainfrom
feat/1899-multi-actor-browser-scenarios
Jul 20, 2026
Merged

Add coordinated multi-actor browser scenarios#1913
chubes4 merged 5 commits into
mainfrom
feat/1899-multi-actor-browser-scenarios

Conversation

@chubes4

@chubes4 chubes4 commented Jul 20, 2026

Copy link
Copy Markdown
Collaborator

Summary

Adds reusable seeded multi-actor Playwright scenarios to wordpress.browser-scenario with isolated authenticated sessions and replayable evidence.

What changed

  • Adds isolated actor contexts, seeded action scheduling, barriers, occurrence-aware request gates, deterministic cancellation/teardown, and actor-qualified screenshots, traces, logs, replay, request coverage, and waterfall artifacts while preserving the existing single-browser path.

How to test

  1. Run npm ci; expect Dependencies install successfully..
  2. Run npm run build; expect TypeScript packages compile successfully..
  3. Run npm run test:browser-scenarios; expect Multi-actor browser scenario tests pass..
  4. Run npm run test:recipe-user-session; expect Recipe user-session tests pass..
  5. Run npm run test:schema-parity; expect Schema parity tests pass..
  6. Run npm run test:public-api-contract; expect Public API contract tests pass..

Compatibility

Additive contract change: request-gate occurrence is optional, and recipes without actors continue through the existing single-browser implementation unchanged.

Evidence

AI assistance

  • AI assistance: Yes
  • Tool(s): OpenCode via Homeboy
  • Model: openai/gpt-5.6-terra
  • Used for: Implemented the runtime, tests, documentation, provider refinement, and deterministic verification; Chris reviewed and owns the change.

Source relationships

@chubes4
chubes4 merged commit e2023ab into main Jul 20, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add coordinated multi-actor browser scenarios

1 participant