Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[junit] Fix JUnit generated XML report. #123

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Dec 20, 2022

  1. [junit] Fix JUnit generated XML report.

    Based on the Maven surefire-plugin JUnit XSD schema [1], `name`
    attribute in `testcase` is required. Let's use description value
    that is currently used as `classname` attribute for this purpose.
    
    This issue may lead to errors with JUnit plugin 1.32 for Jenkins.
    
    [1] https://maven.apache.org/surefire/maven-surefire-plugin/xsd/surefire-test-report.xsd
    jstourac committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    72a6b9b View commit details
    Browse the repository at this point in the history