Skip to content

Commit eb48f1b

Browse files
committed
featurematrix.apt.vm with issue SUREFIRE-1795
1 parent 5925e3d commit eb48f1b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

maven-surefire-plugin/src/site/apt/featurematrix.apt.vm

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ Feature Matrix
3838
*---------------------------------------------+------------+----------+------------+-----------+----------+----------------------+
3939
| run >1 individual test method in a class | N | Y | Y | Y | N | ?(*1) |
4040
*---------------------------------------------+------------+----------+------------+-----------+----------+----------------------+
41-
| parallel support | N | N | Y | Y | N | N |
41+
| parallel support | N | N | Y | Y | N | N(*2) |
4242
*---------------------------------------------+------------+----------+------------+-----------+----------+----------------------+
4343
| custom run-listener | N | Y | Y | Y | - | N |
4444
*---------------------------------------------+------------+----------+------------+-----------+----------+----------------------+
4545
| re-run count | N | Y | Y | N | N | Y(*3) |
4646
*---------------------------------------------+------------+----------+------------+-----------+----------+----------------------+
4747
| skip after failure count | N | Y | Y | Y | N | N |
4848
*---------------------------------------------+------------+----------+------------+-----------+----------+----------------------+
49-
| Surefire Extensions | Y | Y | Y | Y | Y | Y(*2) |
49+
| Surefire Extensions | Y | Y | Y | Y | Y | Y(*4) |
5050
*---------------------------------------------+------------+----------+------------+-----------+----------+----------------------+
5151

5252

@@ -60,6 +60,9 @@ Feature Matrix
6060
corner cases that are not supported, yet: {{{https://github.com/junit-team/junit5/issues/1343}junit-team/junit5#1343}}
6161
and {{{https://github.com/junit-team/junit5/issues/1406}junit-team/junit5#1406)}}.
6262

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}}.
6465

6566
(*3) Since 3.0.0-M4
67+
68+
(*4) 3 extensions related to JUnit5 annotation <<<DisplayName>>>.

0 commit comments

Comments
 (0)