You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the test reporter with 2 reports: surefire and failsafe. It fails with the error
Using test report parser 'java-junit'
Creating test report Test Report
Processing test results for check run Test Report
Error: Processing test results from target/failsafe-reports/failsafe-summary.xml failed
Error: TypeError: Cannot read properties of undefined (reading '$')
To Reproduce
Steps to reproduce the behavior:
Run unit and integration tests for java project. Configure generate test report as follows:
- name: Generate Test Reportuses: dorny/test-reporter@mainwith:
name: Test Reportpath: target/surefire-reports/*.xml,target/failsafe-reports/*.xmlreporter: java-junitfail-on-error: true
Expected behavior
It's able to generate a report with multiple report xmls
The text was updated successfully, but these errors were encountered:
Describe the bug
Running the test reporter with 2 reports: surefire and failsafe. It fails with the error
To Reproduce
Steps to reproduce the behavior:
Run unit and integration tests for java project. Configure generate test report as follows:
Expected behavior
It's able to generate a report with multiple report xmls
The text was updated successfully, but these errors were encountered: