cyberneticlibrary

Run parallel UI tests with Playwright

playwright-parallel-testworkflowsetup L22
moongci38-oss/forge
What it does

Run parallel UI tests

Best for

Running parallel UI tests across form/nav/layout when isolation and concurrent feedback matter.

Inputs
  • · {args: workflow_config}
  • · {baseUrl: string}
Outputs
  • · {verdict: PASS|FAIL|BLOCK}
  • · {summary: string, results: array}
Requires
  • · Playwright MCP
  • · multi-agent orchestration
Preconditions
  • · running app at configured URL
  • · agent harness configured
Failure modes
  • · one parallel agent fails -> cascade
  • · output fails JSON schema validation
Trust signals
  • · Explicit verdict gating (PASS/FAIL/BLOCK)
  • · Explicit JSON schemas with required fields