I developed an app in Flutter and I'm posting to Google Play, though, I would like to know how / where I can set the widget name information so that I can enter as login credentials on the Play Console for automated tests / captures (the image shows Google Play Location)...
Flutter Google Play Console Resource Name for Tests
Asked Answered
uau, nobody comment :( –
Noyade
No idea ? seems very important for better app quality ? –
Spelunker
Still an open issue github.com/flutter/flutter/issues/16921 –
Rigobertorigor
I was wondering if a widget key would be accessible by PlayStore reviewing process as in flutter integration tests. –
Participle
We cant use automated tests for now. But if you created an alpha version for pre-release test you can add login parameters:
- Go to play console select your app
- select "Pre-release report" in "version management" tab
- in Settings tab fill "Login credential" section
pre-release testers will use it.
Use this command:
flutter build apk --release
the apk will be generated, then you can publish it in Google Play.
© 2022 - 2024 — McMap. All rights reserved.