Releases: bitrise-steplib/bitrise-step-android-unit-test
1.0.6
1.0.5
1.0.4
Updated caching mechanism to ignore local changes in *.gradle
files used as an indicator.
1.0.3
1.0.2
1.0.1
1.0.0
BREAKING CHANGE: Local unit test HTML result directory pattern
input's default pattern updated from *build/reports
to *build/reports/tests
based on: https://developer.android.com/studio/test/command-line
Most likely no user action needed, as now the default value is in align with Android defaults. To use the previous pattern, just overwrite the input's value.
Local unit test HTML result directory pattern
and Local unit test XML result directory pattern
input title and description update.
Ship Addon export fix: Local unit test XML result files are exported for Ship Addon under <module><variant>
tab, other reports (located under the output directory selected by Local unit test XML result directory pattern
) are exported under other(-x)
tab(s).
0.11.1
0.11.0
- fixed: Build failing with the latest version #14
- new input:
is_debug
An index out of bounds error arose when users have test results picked up, that are not Android related and cannot be linked to a variant. This is now fixed.
An is_debug
input variable has been added, which logs extra information about the exported test result paths, to help uncover any future issues.