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
This is because an error:error element is added inside the xray:test[@Result='error'] element, so the error gets double counted. Note: this is not an issue with the module processing as it only checks child elements, not all descendant elements.
The following count expression should fix the issue:
The line
xray/src/output/xunit.xsl
Line 17 in 82379fe
This is because an error:error element is added inside the xray:test[@Result='error'] element, so the error gets double counted. Note: this is not an issue with the module processing as it only checks child elements, not all descendant elements.
The following count expression should fix the issue:
The text was updated successfully, but these errors were encountered: