mix excessibility.latest (Excessibility v0.14.0)

View Source

Display the most recent debug report without re-running tests.

Usage

mix excessibility.latest
mix excessibility.latest --format=json

Description

Re-displays the last debug report generated by mix excessibility.debug. Useful for:

  • Returning to a debug session after doing something else
  • Sharing debug output with Claude without re-running tests
  • Comparing multiple runs

Formats

  • markdown (default) - Display the markdown report
  • json - Display the JSON report