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
Sample v0.2.0 output. Missing attribute and value.
<testsuites>
<testsuite id="1" tests="2" failures="0" package="C:\dev\javasample\specs\example.spec" time="0.000" timestamp="2018-04-19T14:36:34" name="Specification Heading" errors="0" hostname="BGTMNWL-C4ZDM32"> **<--- No skipped attribute in there**
<properties></properties>
<testcase classname="Specification Heading" name="Vowel counts in single word" time="0.000">
<skipped message="C:\dev\javasample\specs\example.spec:17 Step implementation not found => 'This does not exist'"></skipped>
</testcase>
<testcase classname="Specification Heading" name="Vowel counts in multiple word" time="0.000">
<skipped message="C:\dev\javasample\specs\example.spec:26 Step implementation not found => 'NewStepNotImplemented'"></skipped>
</testcase>
<system-out></system-out>
<system-err></system-err> **<---- No value in there.**
</testsuite>
</testsuites>
Sample v0.1.3 output. Has attribute and value. Snipped and annonymized XML file from a different spec run.
<testsuite id="1" tests="1" failures="0" package="C:\....More.spec" time="0.000" timestamp="2018-04-19T13:01:54" name="...More" errors="0" skipped="1" hostname="..."> **<---- has skipped attribute**
...
<system-err>Validation failed, 1 Scenarios were skipped.</system-err> <-- Has a value.
The text was updated successfully, but these errors were encountered:
XML results for skipped scenarios / specs are not the same between xml-report v0.1.3 and v0.2.0
This is causing a problem as we are doing results processing on the testsuite attribute; skipped specs weren't being reported as skipped.
Expected behavior
The testsuite tag to have an attribute with the number of skipped scenarios.
Actual behavior
Testsuite does not have a skipped attribute even when there are skipped scenario(s).
Steps to reproduce
Gauge version
Gauge version: 0.9.7
Plugins
csharp (0.10.3)
flash (0.0.1)
html-report (4.0.3)
java (0.6.6)
json-report (0.2.1)
screenshot (0.0.1)
spectacle (0.1.2)
xml-report (0.2.0)
Sample v0.2.0 output. Missing attribute and value.
Sample v0.1.3 output. Has attribute and value. Snipped and annonymized XML file from a different spec run.
The text was updated successfully, but these errors were encountered: