Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xcode 15 - UI test bundle includes screen shots but are not present in GH Action report #754

Open
piofusco opened this issue Oct 17, 2023 · 4 comments

Comments

@piofusco
Copy link

We recently updated our project to use Xcode 15. We have UI tests that run for each PR. Previously, the report generated from xcresulttool included screenshots. After updating to Xcode 15, the screenshots are no longer present. Here's a screenshot from a recent job:

image

I have double checked the screenshots are present in the bundle itself running the same command we use to run our UI tests locally (with Fastlane scan - it basically looks like this):

desc "Run UI Tests"
lane :ui_tests do
  reset_simulator_contents

  run_tests(
    clean: true,
    cloned_source_packages_path: "SPMCache",
    fail_build: false,
    project: XCODE_PROJ,
    result_bundle: true,
    scheme: "UITests"
  )
end

When I open the bundle this command generates in Xcode, I can see screenshots:

image

@piofusco
Copy link
Author

Any updates on this?

@piofusco
Copy link
Author

piofusco commented May 5, 2024

Bumping this

1 similar comment
@piofusco
Copy link
Author

piofusco commented Aug 2, 2024

Bumping this

@piofusco
Copy link
Author

Almost been a year now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant