specsy
specsy copied to clipboard
IDEA's test report is bugged
IDEA shows only the first run on tests in a test class, but not the others.
Should probably have a look at how org.junit.jupiter.api.DynamicTest and org.junit.jupiter.api.DynamicContainer do dynamic test registration, because IDEA shows them correctly but not Specsy's tests.