watchdog v0.1.0 Watchdog.Integrations.ExUnit

A Watchdog Plug for running mix test.

Options

  • :mix_path - path to mix executable, defaults to mix
  • :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

call(fs_event, opts)

Callback implementation for Watchdog.Plug.call/2.