Forum Discussion

DinaE's avatar
DinaE
Occasional Contributor
2 years ago

jUnit report is showing testcases twice in v3.42.0

This behavior is since v3.41.0

When generating jUnit report in TestRunner. in all-tests.html, some test cases are showing twice. The generated XML documents that contains the details of all testsuite results ( properties & testcase result), are showing the info twice

Any idea how to resolve this issue

7 Replies

    • DinaE's avatar
      DinaE
      Occasional Contributor

      In the attached picture , you'll find that the project has 6 testcases. jUnit report shows 11 testcases. The Zip file has the jUnit report

      • KarelHusa's avatar
        KarelHusa
        Champion Level 3

        DinaE,

        it's a bug in reporting; I was able to reproduce it in 3.42.1 as well.

         

        At first, there were no duplicates, but when I repeated the execution of all functional tests, the test case number started to rise. After each round, the test case number rose again.

         

        The reporting data should be reset when the test starts, but apparently the aren't.