View Source A11yAudit.Wallaby (A11y Audit v0.2.2)
ExUnit assertions for Wallaby tests
Summary
Functions
Runs an audit on the current page and asserts that the audit results have no violations.
Functions
@spec assert_no_violations(Wallaby.Browser.parent(), A11yAudit.Assertions.opts()) :: Wallaby.Browser.parent() | no_return()
Runs an audit on the current page and asserts that the audit results have no violations.
See A11yAudit.Assertions.assert_no_violations/2
for the list of configuration options.