You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: