https://bz.apache.org/bugzilla/show_bug.cgi?id=63680
--- Comment #8 from Jaikiran Pai <[email protected]> --- > Does your fix also work with the legacy-xml output TEST-nnn.xml (<listener > type="legacy-xml" sendSysOut="true" sendSysErr="true" />)? Because this is the problem we have. The @ParameterizedTest tests are not listed in the xml output... Keeping aside the default package (I now moved the sample test to a specific package), I am able see the @ParameterizedTest being run and listed in the generated XML file: <?xml version="1.0" encoding="UTF-8" ?> <testsuites> <testsuite aborted="0" failures="0" id="0" name="SimpleTest" package="org.myapp" skipped="0" tests="3" time="0.183" timestamp="2019-08-22T13:28:09"> <properties> ... </properties> <system-err>one two three </system-err> </testsuite> </testsuites> -- You are receiving this mail because: You are the assignee for the bug.
