mix excessibility.baseline (Excessibility v0.5.13)
View SourceCopies current snapshots to the baseline directory.
Use this command when your snapshots represent a known-good state that you want to compare against in the future.
Usage
$ mix excessibility.baseline
Workflow
- Run your tests to generate snapshots
- Verify snapshots are correct (run
mix excessibilityfor Pa11y checks) - Run this task to lock them as baseline
- After code changes, run
mix excessibility.compareto see what changed