A11yAudit.Hound (A11y Audit v0.2.3)

View Source

ExUnit assertions for Hound tests

Summary

Functions

Runs an audit on the current page and asserts that the audit results have no violations.

Functions

assert_no_violations(opts \\ [])

@spec assert_no_violations(A11yAudit.Assertions.opts()) :: nil | 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.