mix excessibility.baseline (Excessibility v0.5.13)

View Source

Copies 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

  1. Run your tests to generate snapshots
  2. Verify snapshots are correct (run mix excessibility for Pa11y checks)
  3. Run this task to lock them as baseline
  4. After code changes, run mix excessibility.compare to see what changed