This a bridge which connects Neptune Integration with Testng and Neptune Integration with Allure Framework via Allure TestNG.
<dependencies>
<dependency>
<groupId>ru.tinkoff.qa.neptune</groupId>
<artifactId>allure.testng.bridge</artifactId>
<version>${LATEST_RELEASE_OR_BETA_VERSION}</version>
<scope>test</scope>
</dependency>
</dependencies>
dependencies {
testImplementation group: 'ru.tinkoff.qa.neptune', name: 'allure.testng.bridge', version: LATEST_RELEASE_OR_BETA_VERSION
}
...and there is nothing special to do.