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

Conversation

HybridAU
Copy link

@HybridAU HybridAU commented Jan 2, 2020

Adds a failure and error tag to JUnit output so that Bamboo (and other CI systems) will parse the file correctly.

This should address issue #180

Adds a failure and error tag to JUnit output so that Bamboo (and presumably other CI systems) will parse the file correctly.
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.
@luciano-renzi luciano-renzi merged commit ba9075f into golemhq:master Mar 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants