Skip to content

playwright-spec-for-ai-agent@2.1.0

Choose a tag to compare

@github-actions github-actions released this 29 Jul 08:46
f64f2ba

Minor Changes

  • 6917cc4: Compile Playwright specs per scenario instead of failing the whole file closed. Opaque/dynamic steps now block only the scenario that owns them; the adapter records blocked scenario ids in qaIr.extensions.blockedScenarioIds, and qa-native execute --allow-partial runs the statically compilable scenarios while printing skipped-scenario diagnostics to stderr.

Patch Changes

  • 677463d: Compile role-only Playwright locators (e.g. getByRole("dialog")) instead of throwing: role alone is a valid semantic identity, so accessibleName is now attached only when the locator carries an explicit name.