id | title | hide_title | sidebar_label | description | keywords | url | site_name | slug | ||
---|---|---|---|---|---|---|---|---|---|---|
junit-xml-report |
JUnit XML Report |
false |
JUnit XML |
Generate a consolidated JUnit XML report with HyperExecute. Track test results, including pass/fail statuses, with easy-to-follow configuration steps |
|
LambdaTest |
junit-xml-report/ |
A JUnit XML report is an XML-based test result file format used to represent the results of test executions, particularly unit tests. The XML report provides detailed information about the tests run, including which tests passed, failed, were skipped, and any associated error messages.
Follow these steps to generate a consolidated JUnit XML report:
Configure all the necessary dependencies and configurations to your project.
In your HyperExecute YAML configuration, define the report parameters like this:
report: true
partialReports:
frameworkName: junit
location: reports/
type: xml
Run your tests on HyperExecute using the CLI. After your job completes, you can visit the HyperExecute dashboard to download and view the consolidated junit xml report.
<img loading="lazy" src={require('../assets/images/hyperexecute/knowledge-base/reports/junit-xml-report.png').default} alt="Image" className="doc_img"/>