Integrate Bitrise and Testproject

I’m currently doing test automation for my iOS and Android apps using Testproject cloud.
How to integrate Bitrise and Testproject so that I can automate to run a test case whenever a build is released.

On Bitrise you can integrate with almost anything thanks to its Script step.

I see that TestProject has a CLI that should be sufficient to use. I am not sure if TestProject only offer a desktop application or if you can install the CLI from the command line. (You can only install via the command line on Bitrise since there is no Desktop to interact with when running CI)

https://docs.testproject.io/testproject-agents/testproject-agent-cli

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.