axe-playwright
axe-playwright copied to clipboard
Violation Reporting does not support all Reporters
the raw
and raw-env
types do not have the violations
object on them and blows up when trying to report the summary.
With my PR #3 I added a type that mimic'd the Spec
type but limited the Reporter options leaving raw
and raw-env
out. Might be nice to look into supporting that in the future.