Skip to content

I20231203-0800

@trancexpress trancexpress tagged this 03 Dec 09:27
When running JUnit 5 @TestTemplate tests, extra test suites are shown in
the JUnit view to represent the tests in the template. Those suites
introduce unnecessary noise when the template contains only one test -
e.g. when repeating tests that failed.

This change adjusts TestSuiteElement.getChildren(), pruning each
TestSuiteElement that has a single TestCaseElement child that is also a
dynamic test.

Fixes: #945
Signed-off-by: Simeon Andreev <simeon.danailov.andreev@gmail.com>
Assets 2
Loading