GitHunt
AN

ananthakumaran/ex_unit_span

An ExUnit formatter to visualize test execution and find bottlenecks in your test suite.

ExUnitSpan

CI
Hex.pm

An ExUnit formatter to visualize test execution and find bottlenecks in your test suite.

TRACE

Installation

def deps do
  [
    {:ex_unit_span, "~> 0.1.0", only: :test}
  ]
end

Usage

mix test --formatter ExUnitSpan

This should generate ex_unit_span.json file in the current
folder. Open chrome://tracing in chrome browser and drop the json
file.

Languages

Elixir100.0%

Contributors

MIT License
Created January 8, 2022
Updated October 12, 2025
ananthakumaran/ex_unit_span | GitHunt