Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

Add errors/failures to JUnit report #187

Merged
merged 2 commits into from
Mar 27, 2020
Merged

Add errors/failures to JUnit report #187

merged 2 commits into from
Mar 27, 2020

Commits on Jan 2, 2020

  1. Add errors/failures to JUnit report

    Adds a failure and error tag to JUnit output so that Bamboo (and presumably other CI systems) will parse the file correctly.
    HybridAU committed Jan 2, 2020
    Configuration menu
    Copy the full SHA
    6b5f91a View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2020

  1. Use the set name in the JUnit reports when avalible

    We were running into an issue where Bamboo was treating each test as different from last time it was ran because it had a different (uniquely generated) class name based on the test_set. This meant that a test suite that has 3 failures would show as 3 *new* failures each time it's run rather than 3 *existing* failures.
    HybridAU committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    2297918 View commit details
    Browse the repository at this point in the history