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
When multiple collections are run, they no longer display their respective Collection in the runner
Instead they list a series of directories without separation or punctuation, ending with the name of the failing request & test
This is much less helpful from a diagnostic perspective, where dozens of results for multiple collections are displayed simultaneously, with no additional indication of where each individual failure came from
I would guess that this is the updated attribs.name.value displayed in place of the original formatted collection.name, but the impact of this change seems to be farther reaching than intended
The text was updated successfully, but these errors were encountered:
In response to Fix JUnit reporter classname: this does not resolve the issue introduced in 3231, in response to Issue 3230
For instance this file contains 2 nested test directories:
This single
Unique Collection
contains 2 tests, following this directory hierarchy:I would expect the JUnit report to output these tests on the report, as well as the collection the tests came from:
Instead, I get this:
When multiple collections are run, they no longer display their respective Collection in the runner
Instead they list a series of directories without separation or punctuation, ending with the name of the failing request & test
This is much less helpful from a diagnostic perspective, where dozens of results for multiple collections are displayed simultaneously, with no additional indication of where each individual failure came from
vs
I would guess that this is the updated
attribs.name.value
displayed in place of the original formattedcollection.name
, but the impact of this change seems to be farther reaching than intendedThe text was updated successfully, but these errors were encountered: