Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down