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
The testsuite tag already contains number of failures, errors, etc. and seems OK to me as is.
What I am hoping for is a modification to the testcase tag.
Today, when there is an error the testcase tag looks like this: <testcase name="LoadLandingPage" time="0.156" timestamp="2017-09-05T15:02:18-04:00"
if it could be modified to contain just the attribute status with the code like this: <testcase name="LoadLandingPage" time="0.156" status="4" timestamp="2017-09-05T15:02:18-04:00">
is it possible to add the status code attribute to the test case xml in addition to the name,time, and timestamp attributes that are already there?
ideally this would display the same status codes (0 through 6) for the overall run
The text was updated successfully, but these errors were encountered: