allure2
allure2 copied to clipboard
Add allure plugin for Karate framework
Add ability to generate allure report using Karate framework https://github.com/intuit/karate Current json report plugin doesnt't work
any update on the feature?
any update?
any update?
I wonder how this works:
https://www.linkedin.com/pulse/karate-integration-allure-reporting-kushan-shalindra-amarasiri-/
@baev Adding this ability will be really good. Any update on the feature completion(due date) will help. Thank you.
Do we have some plans to add such plugin? It would help lots of people have better Allure reports.
I see this has been merged. Any input on how to use it? @baev
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())...;