View Source mix test.observer (MixTestObserver v0.1.2)

Semiauto test runner. Run mix test when each time you write test target path to the observing file.

command-line-args

Command line args

Receives the filepath where content to be tested is written. This task observe the file and runs tests when there is a change in the file content.

mix test.observer <filepath>

command-line-options

Command line options

  • --output - Output file for the test result.
  • and receives mix test options.