|
3 | 3 | [](https://github.com/bitrise-steplib/steps-deploy-to-bitrise-io/releases) |
4 | 4 |
|
5 | 5 | Deploys build artifacts to make them available for the user on the build's **Artifacts** tab. |
6 | | -Sends test results to the Test Reports add-on (build's **Tests** tab). |
| 6 | +Sends test results to the Test Reports (build's **Tests** tab). |
7 | 7 | Uploads Pipeline intermediate files to make them available in subsequent Workflows and also uploads Bitrise and user generated html reports. |
8 | 8 |
|
9 | 9 | <details> |
10 | 10 | <summary>Description</summary> |
11 | 11 |
|
12 | 12 | The Step accesses artifacts from a directory specified as the `$BITRISE_DEPLOY_DIR` where artifacts generated by previous Steps gets stored. |
13 | 13 | These artifacts are then uploaded on the **Artifacts** tab of any given build. For installable artifacts, such as IPAs or APKs, the Step can create a public install page that allows testers to install the app on their devices. |
14 | | -You can also use the Step to notify users about the build. If you wish to use the Test Reports add-on, you must add this Step in your Workflow since the Step converts test results to the right format and sends them to the add-on. |
| 14 | +You can also use the Step to notify users about the build. If you wish to use the Test Reports, you must add this Step in your Workflow since the Step converts test results to the right format and sends them. |
15 | 15 | The Step can also share Pipeline intermediate files. These files are generated by Workflows in a Pipeline intended to be shared with subsequent Workflows. |
16 | 16 | Also it collects and uploads all of the html reports located in the `BITRISE_HTML_REPORT_DIR` folder. |
17 | 17 |
|
@@ -77,7 +77,7 @@ Bundletool generates an APK from an Android App Bundle so that you can test the |
77 | 77 |
|
78 | 78 | ## 🧩 Get started |
79 | 79 |
|
80 | | -Add this step directly to your workflow in the [Bitrise Workflow Editor](https://devcenter.bitrise.io/steps-and-workflows/steps-and-workflows-index/). |
| 80 | +Add this step directly to your workflow in the [Bitrise Workflow Editor](https://docs.bitrise.io/en/bitrise-ci/workflows-and-pipelines/steps/adding-steps-to-a-workflow.html). |
81 | 81 |
|
82 | 82 | You can also run this step directly with [Bitrise CLI](https://github.com/bitrise-io/bitrise). |
83 | 83 |
|
@@ -163,9 +163,8 @@ This metadata will be saved with the individual files and restored by the [Pull |
163 | 163 |
|
164 | 164 | We welcome [pull requests](https://github.com/bitrise-steplib/steps-deploy-to-bitrise-io/pulls) and [issues](https://github.com/bitrise-steplib/steps-deploy-to-bitrise-io/issues) against this repository. |
165 | 165 |
|
166 | | -For pull requests, work on your changes in a forked repository and use the Bitrise CLI to [run step tests locally](https://devcenter.bitrise.io/bitrise-cli/run-your-first-build/). |
| 166 | +For pull requests, work on your changes in a forked repository and use the Bitrise CLI to [run step tests locally](https://docs.bitrise.io/en/bitrise-ci/bitrise-cli/running-your-first-local-build-with-the-cli.html). |
167 | 167 |
|
168 | 168 | Learn more about developing steps: |
169 | 169 |
|
170 | | -- [Create your own step](https://devcenter.bitrise.io/contributors/create-your-own-step/) |
171 | | -- [Testing your Step](https://devcenter.bitrise.io/contributors/testing-and-versioning-your-steps/) |
| 170 | +- [Create your own step](https://docs.bitrise.io/en/bitrise-ci/workflows-and-pipelines/developing-your-own-bitrise-step/developing-a-new-step.html) |
0 commit comments