You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
We would like to start adding unit tests for components in our app.
Describe the solution you'd like:
Add gradle or fastlane tests to test logging into the app.
How to test the tests:
Build with a nonexistent realm-app-id (e.g. realm-app-id=abcd). It will build with no problems, but when attempting to login, the user sees "Invalid username and password" and the output shows:
D/Login: Cannot log in. Error cannot find app using Client App ID 'abcd'
Build with the sandbox realm-app-id and login. When attempting to login, it works,
Is your feature request related to a problem? Please describe.
We would like to start adding unit tests for components in our app.
Describe the solution you'd like:
Add gradle or fastlane tests to test logging into the app.
How to test the tests:
Build with a nonexistent realm-app-id (e.g. realm-app-id=abcd). It will build with no problems, but when attempting to login, the user sees "Invalid username and password" and the output shows:
Build with the sandbox realm-app-id and login. When attempting to login, it works,
Additional Context:
Our app/build.gradle includes testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
The text was updated successfully, but these errors were encountered: