Add support for running Elixir unit tests using the standard [[ http://elixir-lang.org/docs/stable/ex_unit/ExUnit.html | ExUnit ]] framework.
Since ExUnit doesn't produce usable Junit reports out of the box, an additional ExUnit formatter needs to be used as well: https://github.com/victorolinasc/junit-formatter