Open peterh-emergent opened 2 months ago
I can't seem to find in the documentation, which accessibility standards does axe-playwright use as default. For example, if I were to just run await checkA11y(page);? Thanks.
await checkA11y(page);
It took me some time too but it should be like this
I can't seem to find in the documentation, which accessibility standards does axe-playwright use as default. For example, if I were to just run
await checkA11y(page);
? Thanks.