# `A11yAudit.Wallaby`
[🔗](https://github.com/angelikatyborska/a11y-audit-elixir/blob/main/lib/a11y_audit/wallaby.ex#L2)

ExUnit assertions for Wallaby tests

# `assert_no_violations`

```elixir
@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.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
