I have integrated Browserstack into my appium project and I am trying to run it in the CI/CD pipeline. My blocking issue right now is how can I get the newly built or uploaded apk be set dynamically in my Android Capabilities? Any help would be appreciated.
However, based on the implementation of Browserstack integration with Appium. I took a different approach where I dynamically upload the apk using their Rest API and saving the APK link in a file. Therefore, I’d be able to read from this file and parse the APK Link into my capabilities.