JUnitFormatter.get_report_file_path
You're seeing just the function
get_report_file_path
, go back to JUnitFormatter module for more information.
Specs
get_report_file_path() :: String.t()
Helper function to get the full path of the generated report file. It can be passed 2 configurations
- report_dir: full path of a directory (defaults to
Mix.Project.app_path()
) - report_file: name of the generated file (defaults to "test-junit-report.xml")