gradle-allure-plugin icon indicating copy to clipboard operation
gradle-allure-plugin copied to clipboard

Add support for Allure 2

Open SergeyPirogov opened this issue 8 years ago • 9 comments

Will be nice to have support for allure2

https://github.com/allure-framework/allure2

SergeyPirogov avatar May 14 '17 12:05 SergeyPirogov

ok. I will try to support it

d10xa avatar May 15 '17 15:05 d10xa

Allure developers said that allure 2 backward compatible with allure1. So maybe the simplest solution is to add additional parameter commandLineUrl

SergeyPirogov avatar Jun 04 '17 17:06 SergeyPirogov

https://bintray.com/qameta/generic/allure2/2.1.1#files/io/qameta/allure/allure-commandline/2.1.1

Repository with allure2 is not maven repository. It contains javadoc only. I can't depend on it.

d10xa avatar Jun 06 '17 07:06 d10xa

@baev Do you can to add allure-commandline jars to allure2 repo?

d10xa avatar Jun 06 '17 07:06 d10xa

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 avatar Jun 06 '17 11:06 baev

@baev it wiil support only TestNG?

rmarinsky avatar Jun 07 '17 07:06 rmarinsky

@baev In a waiting mode ;)

SergeyPirogov avatar Jun 07 '17 07:06 SergeyPirogov

@baev it wiil support only TestNG?

Nope, already supports TestNG, Junit 4, Cucumber JVM

baev avatar Jun 07 '17 12:06 baev

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

baev avatar Jun 28 '17 14:06 baev