fastlane: fastlane pilot add doesn't add testers
New Issue Checklist
- [🚀] Updated fastlane to the latest version
- [🚀] I have read the Contribution Guidelines
Issue Description
Running fastlane pilot add doesn’t add the tester, but errors with:
[!] Some operations failed: [testername@example.com]: User [appleid@example.com] (Team ID [123456]) doesn't have enough permission for the following action: parse_response
This is with an App Developer role, which has permission to add testers when done through iTC. Likely related, trying to upload a csv of testers fails with unable to add tester for each row in the csv.
Complete output when running fastlane, including the stack trace and command used
You can use:
--capture_outputas the last commandline argument to get that collected for you
–capture_output doesn’t work with fastlane pilot add
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 19
Commits related to this issue
- tester management on minor-priviliged accounts supports adding testers on accounts below admin role (developer, app-manager) Fixes: #8728 — committed to hjanuschka/fastlane by hjanuschka 7 years ago
@bencollier thx for the feedback, i ll try to pack it in a PR 👍 (but will take some time) - going to self assign this issue.