Skip to content

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

License

Notifications You must be signed in to change notification settings

ananthakumaran/ex_unit_span

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages