Date: 2024-12-31 11:05:49
Score: 2.5
Natty:
For now using expect(page.locator).toMatchAriaSnapshot() method is possible only in scope of Playwright Test runner since the matcher checks testInfo and takes a snapshot dir path from there:
https://github.com/microsoft/playwright/blob/main/packages/playwright/src/matchers/toMatchAriaSnapshot.ts
Reasons:
- Probably link only (1):
- Low length (0.5):
- No code block (0.5):
- Low reputation (0.5):
Posted by: rdx