-
-
Notifications
You must be signed in to change notification settings - Fork 66
No tests found when using multi_scan with XCUITest #353
Comments
Hello @craig-jamieson you didn't explicitly mention it, so I have to ask, did you follow the suggestion to:
? |
Hello @lyndsey-ferguson, thanks for the reply Yes, I've enabled testability for the appropriate test target |
Okay, the next thing I have to ask is for you to run your lane, but this time with the |
Thanks, see attached |
The logs indicate that the plugin is crashing in the runner and that exception is caught in your Fastfile. The logs do not provide enough information to indicate where in the runner it is crashing. I've made some modifications to provide more logs. Can you modify your Pluginfile:
|
Thank you! See attached |
For my reference, this is the guts of where this is failing:
|
@craig-jamieson, I just noticed that you have this |
Can you modify your Pluginfile:
Please attach the logs. Thanks! |
See logs attached. |
For my own reference, it is failing somewhere here:
|
Okay, so I believe I know what the error is: the @craig-jamieson for now, do you have a way of getting the |
Thanks @lyndsey-ferguson for the info |
You should be able to get the
https://www.iosdev.recipes/simctl/ Find the iPhone 11 Pro and copy the udid of the device you want. If that is already what you are doing, can you describe what the trouble is that you're having? I don't know of another work around at the moment, I will let my subconscious chew on it though. |
@craig-jamieson bump |
@lyndsey-ferguson I made some progress, I was able to add the UDID as a parameter but the tests are still failing to execute, see below excerpt from logs:
|
Hm. Can you include more logs. Also, show me the line for the device that you found after running:
🙏 |
Hello, See the full logs attached. |
I see that the |
Sorry for the delay, the tests are now being executed 🙌 |
Okay, great! I'll put this issue back on the to-do pile now that you're unblocked. |
I want to apologize that I have not responded to this issue. A family health issue is requiring me to narrow my focus on the essentials and I don't have the time I need to focus on the plugin more than a minute. If you can get some other contributors to this project to help with this, I would consider merging a resulting PR. |
New Issue Checklist
fastlane-plugin-test_center
to the latest versionIssue Description
I've tried some of the suggestions here, but I'm still encountering the same issue. I'm trying to use multi_scan with a project using xcuitest:
And the result is the next ("Test build Succeeded" but zero tests)
ENABLE_TESTABILITY is enabled.
Summary for scan
Environment
The text was updated successfully, but these errors were encountered: