-
-
Notifications
You must be signed in to change notification settings - Fork 66
fastlane multi_scan: undefined method `length' for nil:NilClass #337
Comments
Can you please re-run the lane with the |
Once you re-run the lane with the |
Hi @lyndsey-ferguson
Could you please take a look and advise a way forward. |
Same problem. |
Can you please include the log before the crash? It include DEBUG information that will describe what is happening and what the shape of the data is before the crash. |
Sorry, I can not. Maybe next time. |
The request for the logs before the crash was directed at @tasvir-rohila-carsales. @burtsevyg if you could provide logs for your issue with the |
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'm trying to use multi_scan fastlane plugin to be able to retry failing UI tests. But when I run the ui_tests lane which internally executes the multi_scan command via Fastfile, it fails with below mentioned error.
Expected: This plugin should be able to run multi_scan successfully and retry any failing UI tests as per try_count: property.
Command executed
IOS_APP=my_awesome_app XCODE_VERSION=12.4 FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT=10 FASTLANE_XCODEBUILD_SETTINGS_RETRIES=3 bundle exec fastlane ui_tests
Complete output when running fastlane, including the stack trace and command used
The text was updated successfully, but these errors were encountered: