# `mix excessibility.latest`
[🔗](https://github.com/lessthanseventy/excessibility/blob/v0.18.1/lib/mix/tasks/excessibility_latest.ex#L1)

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

---

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