[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

@@ -20,3 +20,10 @@ config :wabanex, WabanexWeb.Endpoint,
# Print only warnings and errors during test
config :logger, level: :warn
config :junit_formatter,
report_file: "test_report.xml",
report_dir: "report/test",
automatic_create_dir?: true,
include_filename?: true,
include_file_line?: true