README

harnais_runner: The Test Runner for the Harnais Family

The package is based on the runner in Harnais v0.2.0.

It is almost a complete re-write of the old code but the public API has not changed.

The documentation now uses correr to describe the run specification (run spec) , prova to describe a test specification (test spec), and cridar to describe the call specification (test call).

Tests are now run concurrently.

Installation

Add harnais_runner to your list of dependencies in mix.exs:

def deps do
  [{:harnais_runner, "~> 0.1.0"}]
end

Examples

See the examples in the API Reference