Generate allure report from xcresult #3036
Replies: 1 comment
-
Hi, @maxibello! In short, you are correct. Allure 2 used to support XCTest results natively by parsing the files manually. Unfortunately, it stopped working around 2019 because of internal format changes. Using the Also, consider exploring Allure 3. It supports the modern xcresult format out of the box starting from 3.0.0-beta.10. Note that it uses the same approach as the xcresults tool and, therefore, requires a MAC with Xcode installed. Allure 3 is still in beta, but we're working actively to make the first stable release soon. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I am struggling to create allure report from xcresult.
If I run
allure serve test_result_dir
- created empty reportThe only way I found is to use xcresults to convert test result from xcresult to json.
Is it the best solution?
Beta Was this translation helpful? Give feedback.
All reactions