The repository contains new versions of adaptors for JVM-based test frameworks.
The new TestNG adaptors is pretty much ready! It is not available in Maven Central yet, but you can build and check it out. Run
$ ./gradlew clean build install
to build the project and install it to Maven local repository. Then you can use the following dependency
<dependency>
<groupId>io.qameta.allure</groupId>
<artifactId>allure-testng</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
also you need to configure AspectJ weaver to support steps.
Is not ready yet
Is not ready yet. We are waiting for 5.0 M4
(SPI support for listeners) and junit-team/junit5#618