Skip to content

Commit

Permalink
Configure junit_formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
reachfh committed Jul 22, 2024
1 parent 384b3e2 commit a86a697
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,11 @@ import Config
# level: :debug,
# backends: [:console],
# compile_time_purge_level: :debug

config :junit_formatter,
report_dir: "#{Mix.Project.build_path()}/junit-reports",
automatic_create_dir?: true,
print_report_file: true,
# prepend_project_name?: true,
include_filename?: true,
include_file_line?: true

0 comments on commit a86a697

Please sign in to comment.