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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.