Skip to content

Working with generated Allure report for further processing via API (Java) #1747

Closed Answered by baev
mcahornsirup asked this question in Questions & Support
Discussion options

You must be logged in to vote

The main reason is that we don't want to have Allure Results Reader as a part of public API as it rarely used by anyone. Besides that, Allure itself supports not only Allure JSON results (known as Allure 2 model) but many others, like Allure XML (from Allure 1), CucumberJSON, XCtest results etc.

I can suggest you a few options:

  1. Allure Report has XRay plugin, so you can use that https://github.com/allure-framework/allure2/tree/master/plugins/xray-plugin
  2. You can create a custom Allure Report Plugin that will do required API exports during report generation
  3. Allure TestOps is a good option that not only provide you realtime reports but also can sync results to other systems like XRAY on the fly

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@mcahornsirup
Comment options

@baev
Comment options

@mcahornsirup
Comment options

Answer selected by baev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants