Skip to content
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

Automated testing isn't possible with auto sign in as it hangs on the create profile screen #3297

Open
oddgames-david opened this issue May 17, 2024 · 8 comments
Labels

Comments

@oddgames-david
Copy link

oddgames-david commented May 17, 2024

We need a way to disable auto login for firebase testlab and other automated testing services.

I have to remove the plugin each time I want to test something, it's super annoying, please fix.

image

@oddgames-david
Copy link
Author

oddgames-david commented Aug 29, 2024

Is play services obsolete or something? No movement for a long while.

@smile616
Copy link
Collaborator

@oddgames-david what do you use for the tests? is it UI Automator 2.0 or Robotium?

@oddgames-david
Copy link
Author

@oddgames-david what do you use for the tests? is it UI Automator 2.0 or Robotium?

Game loop

@smile616
Copy link
Collaborator

thanks, I'll pass on the feature request.

@oddgames-david
Copy link
Author

thanks, I'll pass on the feature request.

yeah this plugin is old anyways. solution is to use version 10 for anybody reading this.

@NickAb
Copy link

NickAb commented Aug 30, 2024

To be clear, v11.x is the current version that uses Play Games Services v2 SDK and we strongly recommend using the latest version.
The v10 is an older version that uses Play Games Services v1 SDK.

We don't have a workaround for Game Loop tests on Firebase in v11.x yet.

@NickAb
Copy link

NickAb commented Aug 30, 2024

If you are launching Game Loop tests via command line, try using --no-auto-google-login, see https://cloud.google.com/sdk/gcloud/reference/firebase/test/android/run#--auto-google-login.

If there is no logged in account, there should be no profile creation popup.

@oddgames-david
Copy link
Author

If you are launching Game Loop tests via command line, try using --no-auto-google-login, see https://cloud.google.com/sdk/gcloud/reference/firebase/test/android/run#--auto-google-login.

If there is no logged in account, there should be no profile creation popup.

thanks, will try this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants