-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Fix future gmsaas incompatibility #4361
Comments
Thanks for mentioning @d4vidi ! We released the authentication with API tokens and it introduced the deprecation of this command. For which reason do you need to use this command in the integration? |
@lilinor we have this logic: async function _validateGmsaasAuth() {
if (!await this._authService.getLoginEmail()) {
throw new DetoxRuntimeError({
message: `Cannot run tests using 'android.genycloud' type devices, because Genymotion was not logged-in to!`,
hint: `Log-in to Genymotion-cloud by running this command (and following instructions):\n${environment.getGmsaasPath()} auth login --help`,
});
}
} Perhaps we could also check for |
We plan in the future versions of gmsaas to add a
Does this sound ok for you? |
@lilinor IMO, a new command like The idea with exit code = 0/1 sounds good to me. As for hotfixing the The idea with |
As you said, using |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions! For more information on bots in this repository, read this discussion. |
What happened?
According to the
gmsaas 1.10.0
documentation:Since it is used regularly by Detox, it will break in future versions.
cc @igorgn @lilinor
What was the expected behaviour?
N/A
Was it tested on latest Detox?
Did your test throw out a timeout?
Help us reproduce this issue!
No response
In what environment did this happen?
Detox version:
React Native version:
Has Fabric (React Native's new rendering system) enabled: (yes/no)
Node version:
Device model:
Android version:
Test-runner (select one): jest / other
Detox logs
N/A
Device logs
N/A
More data, please!
No response
The text was updated successfully, but these errors were encountered: