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

Create a debug package for a test.

This is an alias for `mix excessibility.debug --format=package`.

## Usage

    mix excessibility.package test/my_test.exs

## Description

Creates a directory containing:
- MANIFEST.md - Human-readable summary
- timeline.json - Event sequence with metadata
- snapshots/*.html - All captured snapshots

The package is self-contained and can be easily shared with others or
analyzed by AI tools like Claude.

---

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