Bitrise integration allows you to do the following in CI/CI:
- Upload a build file
- Run a Test Plan
Upload a build file
You can upload it using the Bitrise step. This step does not generate a build. In order to create a build file, you need to generate a build using the Xcode build for simulator step or some other step. Please refer to the following page for details.
Run a Test Plan
An API for executing the test plan and its sample code are provided. This allows you to, for example, automatically check for degreed code every time the source code is merged. Please refer to the following page for sample code.
If you have any questions or concerns about how to use Bitrise, please feel free to contact us from the bottom right corner of the service screen. We also welcome requests like "I want to use Bitrise to do"!