@@ -6,5 +6,7 @@ import { createRandomPage } from './utils'
test('check a11y for the whole page', async ({ page }) => {
await injectAxe(page)
await createRandomPage(page)
- await checkA11y(page)
+ await checkA11y(page, null, {
+ detailedReport: true,
+ })
})