Create instrumentation_tests.yml#135
Conversation
Dependency ReviewThe following issues were found:
Scanned Files
|
|
I see you removed the some APIs, there were no way to make the 23 and google apis work? Just curious |
I was able to get the other Google API version numbers to work, but API 23 I believe is having difficulty discovering UI elements due to differences in the older API version |
|
I think we are good to go without api 23 then, thank you! |
| arch: x86_64 | ||
| profile: pixel_7_pro | ||
| script: | | ||
| adb shell 'echo "_ --disable-fre --no-default-browser-check --no-first-run" > /data/local/tmp/chrome-command-line' |
There was a problem hiding this comment.
do you mind giving me some context why we needed to add shell commands to our running script, I am just curious.
There was a problem hiding this comment.
Yep! Of course: This is to get around the first time Chrome is launched bring up the "Terms of Service" popup that blocks the text the test is looking for, so it essentially launches Chrome as if it has already been launched before
saralvasquez
left a comment
There was a problem hiding this comment.
Looks good and also looks like the run and retry are working as expected. I think it's good to go in!
Thank you for your contribution to Braintree.
Summary of changes
AI Usage
Which AI Agent Was Used?
How was AI used?
Had Claude use the instrumentation tests workflow yaml file from Braintree Android repo to create similar workflow for this repo's instrumentation tests
Estimated AI Code Contribution
Checklist
Authors