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
Change <testcase> selector to only apply to direct descendants.
In the case where JUnit output contains nested `<testsuite>` entries the
`//testsuite//testcase` selector retrieves three elements for each
`<testcase>`. This change causes the iterator to only process each test
case entry once.
0 commit comments