Open testableapple opened 8 months ago
@testableapple @eroshenkoam Is there any fix for this ?
Hi @mohamedwasiq, not that I am aware of. I just updated xctestplan to capture screenshots instead of the video recordings. Hope this helps.
My test plan uses screenshots only, but still Allure is not able to capture the screenshots.
I'm using Xcode 15.4
Hi @mohamedwasiq, it's hard to say what's going wrong there. Works fine for me on xcresults 1.16.3
.
Maybe you could share the xcresults
version that you use and a screenshot showing the preferred capture format in your testplan?
Hi there! In Xcode 15, Apple introduced Xcode test reports. It offers video recordings out of the box. Video recordings are enabled by default, and they replace screenshots:
The problem is that
xcresults
does not extract these video recordings. I assume this is because these recordings have some new format.Environment
allurectl
: 2.15.1xcresults
: 1.16.3Steps
xcresults export test_output/TestApp.xcresult allure_results/
allurectl upload -e ${allure_url} --project-id ${allure_project_id} --launch-id ${allure_launch_id} allure_results/
Actual result
Expected result