-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Simulator not lauching on CI workflow with Expo #4357
Comments
Hi @brpinto,
Note in our particular situation we had to specify cocoapods": "1.14.3" as the new version of one of the pods was incompatible with the 14.3.1 image |
We're also experiencing something similar on GitHub Actions, with the Fails on iOS Detox tests with:
|
@karlhorky macos-13 runner does not have iPhone 13 simulators installed. Try running with |
Ohh thanks for the link, didn't know this information was documented, thanks! I changed my |
Hey @karlhorky, I noticed that your job is now passing with an 14:16:17.451 detox[13467] B jest --config ./e2e/jest.config.cjs e2e
14:24:06.68 detox[13468] i appStarts.e2e.ts is assigned to 5B1B6B4F-C3E2-4D8B-A768-777D9C04EF15 (iPhone 14 Pro) Does anyone know what can cause this? |
I'm not sure what the cause of that would be (maybe indeed a regression in Detox?) but here are my numbers:
The command that is taking the longest seems to be this (but maybe not helpful, since this is probably doing a lot?): jest --config ./e2e/jest.config.cjs e2e |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions! For more information on bots in this repository, read this discussion. |
not stale |
Description
Hello there,
I am working on a mobile application with expo
SDK 50
,react-native@0.73.3
and I am using Detox for my e2e tests. It used to work well on Github Actions, but it seems that my action these days has trouble to find a simulator to run the tests.NB: tests run perfectly locally, the issue occurs on CI only.
I took a look to the react-native example on wix/detox repo to have an idea of the right configuration for my .detoxrc.js and ended to this chunk for iOS sim :
My yml file is as code below. I am not giving any configuration for the simulator, but I don't know if it's needed as long as I never saw something like that on Detox documentation or examples.
Maybe I am missing something obvious here, but please tell me if you need more information or details about my code.
Thank your for your help, I'll be pleased to discuss further with you on this subject.
Your environment
Detox version: 20.13.5
React Native version: 0.73.3
Node version: 20.7.0
Device model: Macbook Air M1, 2020
OS: Sonoma 14.0
Test-runner (select one): jest
The text was updated successfully, but these errors were encountered: