[extra-02] install and configure junit formatter

With this change it's possible to generate test report that can be used
alongside continuous integration routine.
This commit is contained in:
Joao P Dubas
2021-07-06 01:09:03 +00:00
parent 0614dfd608
commit cd2f062ef5
5 changed files with 19 additions and 36 deletions

View File

@@ -1,2 +1,3 @@
ExUnit.configure(formatters: [JUnitFormatter, ExUnit.CLIFormatter])
ExUnit.start()
Ecto.Adapters.SQL.Sandbox.mode(Wabanex.Repo, :manual)