allure2 icon indicating copy to clipboard operation
allure2 copied to clipboard

Add allure plugin for Karate framework

Open zhulanov-an opened this issue 5 years ago • 6 comments

Add ability to generate allure report using Karate framework https://github.com/intuit/karate Current json report plugin doesnt't work

zhulanov-an avatar Feb 27 '20 07:02 zhulanov-an

any update on the feature?

ashokkumarg avatar Jun 19 '20 05:06 ashokkumarg

any update?

dhoanglong91 avatar Nov 20 '20 16:11 dhoanglong91

any update?

auto110 avatar Dec 22 '20 03:12 auto110

I wonder how this works:

https://www.linkedin.com/pulse/karate-integration-allure-reporting-kushan-shalindra-amarasiri-/

felipecrs avatar Mar 03 '21 17:03 felipecrs

@baev Adding this ability will be really good. Any update on the feature completion(due date) will help. Thank you.

vikramkvasanth avatar Jun 07 '21 16:06 vikramkvasanth

Do we have some plans to add such plugin? It would help lots of people have better Allure reports.

vhristov5555 avatar Jan 20 '22 14:01 vhristov5555

I see this has been merged. Any input on how to use it? @baev

QATew avatar May 04 '23 20:05 QATew

https://mvnrepository.com/artifact/io.qameta.allure/allure-karate

To configure it, add AllureKarate Runtime Hook to com.intuit.karate.Runner:

Runner.path("...").hook(new AllureKarate())...;

baev avatar Jan 08 '24 15:01 baev