-
Notifications
You must be signed in to change notification settings - Fork 4
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
Browserstack CI updates and Google Pay test flow #935
Conversation
@atavism AFAIK release build does not support appium test. Appium test works with debug and profile build. |
Thanks, @jigar-f. I've read Appium is supposed to work with release builds, and I'm able to run the tests locally with one until I get the following error:
I guess this is because, unless it's a debug build, the locator values in the scripts are protected, and that's why we are getting this observatory URL error? |
Also, We need to make sure that we create appium flavor build to by pass ads |
This PR simplifies CI to no longer build the APK twice. The APK generated by the release workflow is uploaded to Browserstack, speeding up the time it takes to run tests.
A release app bundle is also uploaded to Browserstack that is used for the Google Play tests