From 5689bed7636a986d46f9344e439824384f107c93 Mon Sep 17 00:00:00 2001 From: boztopuz Date: Thu, 26 Dec 2024 14:28:44 +0300 Subject: [PATCH] [BE-4506]: Added cucumber test parser informations --- .../android-testing/running-android-unit-tests.md | 1 + .../android-specific-workflow-steps/test-reports-for-android.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/continuous-testing/android-testing/running-android-unit-tests.md b/docs/continuous-testing/android-testing/running-android-unit-tests.md index b217493d1..9e655c802 100644 --- a/docs/continuous-testing/android-testing/running-android-unit-tests.md +++ b/docs/continuous-testing/android-testing/running-android-unit-tests.md @@ -96,6 +96,7 @@ You must add this component **after** running your tests so that it can parse te - [**JaCoCo**](https://www.jacoco.org) - [**Cobertura**](https://cobertura.github.io/cobertura) - [**lcov.info**](https://lcov-viewer.netlify.app) +- [**Cucumber**](https://cucumber.io/) You must configure the **Test Report Component** and enter the path of code coverage and test results paths. For example, if you run your tests with an emulator, your files will be generated in the following folders. diff --git a/docs/workflows/android-specific-workflow-steps/test-reports-for-android.md b/docs/workflows/android-specific-workflow-steps/test-reports-for-android.md index d56edfaad..2b3a45af0 100644 --- a/docs/workflows/android-specific-workflow-steps/test-reports-for-android.md +++ b/docs/workflows/android-specific-workflow-steps/test-reports-for-android.md @@ -16,6 +16,7 @@ This component supports the following test and coverage formats: - [**JaCoCo**](https://www.jacoco.org) - [**Cobertura**](https://cobertura.github.io/cobertura) - [**lcov.info**](https://lcov-viewer.netlify.app) +- [**Cucumber**](https://cucumber.io/) For additional details, please refer to the document: - [**Generating Test Report**](/continuous-testing/android-testing/running-android-unit-tests#generating-test-report)