watchdog v0.1.0 Watchdog.Integrations.ExUnit
A Watchdog Plug for running mix test
.
Options
:mix_path
- path to mix executable, defaults tomix
:path
- path to run mix from, defaults to the project root:args
- list of arguments, defaults to["test", "--color"]
:env
- an enumerable of tuples containing environment key-value as binary
Example
plug Watchdog.Integrations.ExUnit,
args: ~w(test --exclude not_implemented)
Summary
Functions
Callback implementation for Watchdog.Plug.call/2
Functions
Callback implementation for Watchdog.Plug.call/2
.