Parent: #1192 (master #1063).
What
An assertion MCP tool taking a locator + matcher + expected, returning pass/fail with actual value. Covers the common Playwright matchers.
Where
browser_assert router; uses introspection (#1157) + actionability + selector engine.
Done when (FSV)
- Each matcher passes on a true condition and fails on a false one, reporting actual vs expected.
- toHaveText supports exact/substring/regex + normalized whitespace.
- toHaveCount matches selector match count.
Parent: #1192 (master #1063).
What
An assertion MCP tool taking a locator + matcher + expected, returning pass/fail with actual value. Covers the common Playwright matchers.
Where
browser_assert router; uses introspection (#1157) + actionability + selector engine.
Done when (FSV)