JUnit5 support (#1063)

* First preparation for JUnit5

Signed-off-by: Dominic Schabel <dominic.schabel@bosch.io>

* Exclusion of JUnit5 removed

Signed-off-by: Dominic Schabel <dominic.schabel@bosch.io>
This commit is contained in:
Dominic Schabel
2021-02-12 08:22:26 +01:00
committed by GitHub
parent 3422781125
commit 9c5360e59d
20 changed files with 29 additions and 64 deletions

View File

@@ -50,7 +50,7 @@
</dependency>
<dependency>
<groupId>io.qameta.allure</groupId>
<artifactId>allure-junit4</artifactId>
<artifactId>allure-junit5</artifactId>
<scope>test</scope>
</dependency>
</dependencies>