From eb48f1b59ca5ccf6954ef33ecab03dbaf93214cd Mon Sep 17 00:00:00 2001 From: tibordigana Date: Sun, 31 May 2020 17:40:52 +0200 Subject: [PATCH] featurematrix.apt.vm with issue SUREFIRE-1795 --- maven-surefire-plugin/src/site/apt/featurematrix.apt.vm | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/maven-surefire-plugin/src/site/apt/featurematrix.apt.vm b/maven-surefire-plugin/src/site/apt/featurematrix.apt.vm index 0cd4c38c9f..11123f70e2 100644 --- a/maven-surefire-plugin/src/site/apt/featurematrix.apt.vm +++ b/maven-surefire-plugin/src/site/apt/featurematrix.apt.vm @@ -38,7 +38,7 @@ Feature Matrix *---------------------------------------------+------------+----------+------------+-----------+----------+----------------------+ | run >1 individual test method in a class | N | Y | Y | Y | N | ?(*1) | *---------------------------------------------+------------+----------+------------+-----------+----------+----------------------+ -| parallel support | N | N | Y | Y | N | N | +| parallel support | N | N | Y | Y | N | N(*2) | *---------------------------------------------+------------+----------+------------+-----------+----------+----------------------+ | custom run-listener | N | Y | Y | Y | - | N | *---------------------------------------------+------------+----------+------------+-----------+----------+----------------------+ @@ -46,7 +46,7 @@ Feature Matrix *---------------------------------------------+------------+----------+------------+-----------+----------+----------------------+ | skip after failure count | N | Y | Y | Y | N | N | *---------------------------------------------+------------+----------+------------+-----------+----------+----------------------+ -| Surefire Extensions | Y | Y | Y | Y | Y | Y(*2) | +| Surefire Extensions | Y | Y | Y | Y | Y | Y(*4) | *---------------------------------------------+------------+----------+------------+-----------+----------+----------------------+ @@ -60,6 +60,9 @@ Feature Matrix corner cases that are not supported, yet: {{{https://github.com/junit-team/junit5/issues/1343}junit-team/junit5#1343}} and {{{https://github.com/junit-team/junit5/issues/1406}junit-team/junit5#1406)}}. - (*2) 3 extensions related to JUnit5 annotation <<>>. + (*2) The test are executed in parallel but the report supports only a sequence of test events, see the issue + {{{https://issues.apache.org/jira/browse/SUREFIRE-1795}SUREFIRE-1795}}. (*3) Since 3.0.0-M4 + + (*4) 3 extensions related to JUnit5 annotation <<>>.