Denis Sokolov

Results 3 comments of Denis Sokolov

Hello, @pokeahontas I have cucumber+testng environment and I had the same problem. I decide to use Allure plugin for cucumber **io.qameta.allure.cucumber5jvm.AllureCucumber5Jvm** (Cucumber 5.6.0) and I added to CucumberOptions this: `plugin...

Additional code to build.gradle: ``` allure { version = '2.8.1' autoconfigure = false aspectjweaver = true useCucumberJVM() { version = '2.13.2' } } ```

I think there is the similar issue on https://github.com/allure-framework/allure2/issues/753