From 9556eb96ead7d5df98516c8b1542ea261e04859b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kriszti=C3=A1n=20G=C3=B6drei?= Date: Wed, 5 Nov 2025 15:38:33 +0100 Subject: [PATCH 1/2] Update step.yml --- step.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/step.yml b/step.yml index b459394..fa4a4aa 100755 --- a/step.yml +++ b/step.yml @@ -46,9 +46,10 @@ support_url: https://github.com/bitrise-steplib/steps-virtual-device-testing-for project_type_tags: - android - cordova +- flutter - ionic +- kotlin-multiplatform - react-native -- flutter type_tags: - test From 9ff61727052f78e727b32cb588a303956c62b165 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krisztia=CC=81n=20Go=CC=88drei?= Date: Fri, 7 Nov 2025 10:44:41 +0100 Subject: [PATCH 2/2] Update README --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c935778..8af6067 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ If you get the **Build already exists** error, it is because you have more than ## 🧩 Get started -Add this step directly to your workflow in the [Bitrise Workflow Editor](https://devcenter.bitrise.io/steps-and-workflows/steps-and-workflows-index/). +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). You can also run this step directly with [Bitrise CLI](https://github.com/bitrise-io/bitrise). @@ -102,9 +102,8 @@ You can also run this step directly with [Bitrise CLI](https://github.com/bitris We welcome [pull requests](https://github.com/bitrise-steplib/steps-virtual-device-testing-for-android/pulls) and [issues](https://github.com/bitrise-steplib/steps-virtual-device-testing-for-android/issues) against this repository. -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/). +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). Learn more about developing steps: -- [Create your own step](https://devcenter.bitrise.io/contributors/create-your-own-step/) -- [Testing your Step](https://devcenter.bitrise.io/contributors/testing-and-versioning-your-steps/) +- [Create your own step](https://docs.bitrise.io/en/bitrise-ci/workflows-and-pipelines/developing-your-own-bitrise-step/developing-a-new-step.html)