forked from achikin/testrail-jenkins-plugin
-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
For example I have this xml report:
<testsuite name="tests.country.CountryCreationPositiveSpec" time="6.1" tests="1" errors="0" skipped="0" failures="0"> <properties></properties> <testcase name="Create new country" classname="tests.country.CountryCreationPositiveSpec" time="6.1"/></testsuite>
There is I have only one test, "Create new country", but in TestRail, I see two tests for this Test run:
tests.country.CountryCreationPositiveSpec and "Create new country".
It looks like the testsuite is also was counted, but it shouldn't (from my point of view).
Is it a known issue? Is there any workaround? How can I fix it in the plugin source code?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels