-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
chore: Default app start user #18108
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
Conversation
… to use when env variables are defined
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
|
cortisiko
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved!
|
|
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #18108 +/- ##
==========================================
+ Coverage 75.60% 75.67% +0.06%
==========================================
Files 3141 3144 +3
Lines 73571 73672 +101
Branches 12876 12903 +27
==========================================
+ Hits 55624 55750 +126
+ Misses 14377 14345 -32
- Partials 3570 3577 +7 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|


Description
This work aims to help PM/QA/Devs skip onboarding and test features, run e2e, and develop. Giving some extra time to everyone and fewer steps needed to get where they want! Calling it "default app start user,".
It supports multiple SRPs, and you need to define a password in your environment variables
The way it works is basically adding environment variables with the desired SRPs and respective login passwords
The logic behind this feature should never trigger in production since it's under the condition of
PREDEFINED_PASSSWORDenvironment variable being defined, which shouldn't never be true outside of a internal testing scope.Bitrise build: https://app.bitrise.io/build/e361ff45-526b-4a51-bc7d-a97b94cdf29b?tab=artifacts
Changelog
CHANGELOG entry:
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Screen.Recording.2025-08-27.at.11.59.59.mov
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist