Daniel White
Daniel White
I was really excited to use this library/plugin, but I'm not sure I see the value when the standard Playwright `expect` assertions aren't supported for ElementHandles? I know this is...
I've tried both of the following with various levels of configuration and can't get it to work. I've defined the `projectBasePath` to the root directory just above `src` and as...
We're using `test.describe` to provide a top-level label on parameterized tests, per this documentation: https://playwright.dev/docs/test-annotations#group-tests The text in the `test.describe` is not added to the test name, which makes it...
Our solution is getting false-positives for color-contrast, which seems to be fixed in a newer version of `axe-core`. Would it be possible to bump the version consumed by this plugin?...
The documentation suggest the following syntax is valid: ```ts await checkA11y(page, null, { detailedReport: true, }) ``` When using this, I get a TypeScript error: ``` Argument of type 'null'...
Using IE11, the `performance.getEntries()` is supported, but `PerformanceEntry.toJSON()` is not. `toJSON` is only added when one of the polyfill methods is applied, so the polyfill doesn't help support IE11.