Skip to content

JUnit Format does not work with Jenkins CI #133

@mischka

Description

@mischka

In the JUnit-Format "LiveTest/src/LiveTest/Packages/Reporting/Format/JUnit.php" you add an empty child element to the junit.xml.
xUnit don't like this, so delete this lines (44,45) from the class.

$xml_properties = $dom->createElement('properties');
$xml_testsuite->appendChild($xml_properties);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions