[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:
@@ -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
|
||||
|
Reference in New Issue
Block a user