Skip to content

Commit

Permalink
featurematrix.apt.vm with issue SUREFIRE-1795
Browse files Browse the repository at this point in the history
  • Loading branch information
Tibor17 committed May 31, 2020
1 parent 5925e3d commit eb48f1b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions maven-surefire-plugin/src/site/apt/featurematrix.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ 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 |
*---------------------------------------------+------------+----------+------------+-----------+----------+----------------------+
| re-run count | N | Y | Y | N | N | Y(*3) |
*---------------------------------------------+------------+----------+------------+-----------+----------+----------------------+
| 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) |
*---------------------------------------------+------------+----------+------------+-----------+----------+----------------------+


Expand All @@ -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 <<<DisplayName>>>.
(*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 <<<DisplayName>>>.

0 comments on commit eb48f1b

Please sign in to comment.