@@ -38,15 +38,15 @@ Feature Matrix
38
38
*---------------------------------------------+------------+----------+------------+-----------+----------+----------------------+
39
39
| run >1 individual test method in a class | N | Y | Y | Y | N | ?(*1) |
40
40
*---------------------------------------------+------------+----------+------------+-----------+----------+----------------------+
41
- | parallel support | N | N | Y | Y | N | N |
41
+ | parallel support | N | N | Y | Y | N | N(*2) |
42
42
*---------------------------------------------+------------+----------+------------+-----------+----------+----------------------+
43
43
| custom run-listener | N | Y | Y | Y | - | N |
44
44
*---------------------------------------------+------------+----------+------------+-----------+----------+----------------------+
45
45
| re-run count | N | Y | Y | N | N | Y(*3) |
46
46
*---------------------------------------------+------------+----------+------------+-----------+----------+----------------------+
47
47
| skip after failure count | N | Y | Y | Y | N | N |
48
48
*---------------------------------------------+------------+----------+------------+-----------+----------+----------------------+
49
- | Surefire Extensions | Y | Y | Y | Y | Y | Y(*2 ) |
49
+ | Surefire Extensions | Y | Y | Y | Y | Y | Y(*4 ) |
50
50
*---------------------------------------------+------------+----------+------------+-----------+----------+----------------------+
51
51
52
52
@@ -60,6 +60,9 @@ Feature Matrix
60
60
corner cases that are not supported, yet: {{{https://github.com/junit-team/junit5/issues/1343}junit-team/junit5#1343}}
61
61
and {{{https://github.com/junit-team/junit5/issues/1406}junit-team/junit5#1406)}}.
62
62
63
- (*2) 3 extensions related to JUnit5 annotation <<<DisplayName>>>.
63
+ (*2) The test are executed in parallel but the report supports only a sequence of test events, see the issue
64
+ {{{https://issues.apache.org/jira/browse/SUREFIRE-1795}SUREFIRE-1795}}.
64
65
65
66
(*3) Since 3.0.0-M4
67
+
68
+ (*4) 3 extensions related to JUnit5 annotation <<<DisplayName>>>.
0 commit comments