Skip to content

Duplication of tests for junit 4 reports #32

@tanjaduro

Description

@tanjaduro

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions