Dmitry Baev

Results 300 comments of Dmitry Baev

@fromeroc9 thanks, it helped a lot! see https://github.com/allure-framework/allure-java/pull/1065

We are woriking on brand new Allure Gradle plugin, that is available here https://github.com/allure-framework/allure-gradle It is almost done, will release first version in next few days.

> @baev it wiil support only TestNG? Nope, already supports TestNG, Junit 4, Cucumber JVM

BTW new Allure Gradle plugin has been released https://github.com/allure-framework/allure-gradle

You should download bundle http://central.maven.org/maven2/ru/yandex/qatools/allure/allure-bundle/1.4.17/allure-bundle-1.4.17.jar by yourself and place it into `~/.allure/bundles/1.4.17/allure-bundle.jar` then you should replace config `~/.allure/config.xml` with the following: ``` xml allure-report 1.4.17 1.4.17 1.4.17 ```

We plan to address this issue next week. Sorry for the delay!

The history links are generated based on the info provided via the `executor.json` file, which is usually provided by CI systems, see https://allurereport.org/docs/how-it-works-executor-file/#executor-file Based on the `isNativeBrowsing` query parameter, I...

as for today, karma is deprecated

@umitozdemirf, could you please provide a repository with a minimal example to reproduce the problem? A public repository on GitHub works the best. Thanks