Skip to content

Releases: bitrise-steplib/bitrise-step-android-unit-test

1.0.6

23 Feb 08:18
f6fe0b8
Compare
Choose a tag to compare

What's Changed

  • [#34] Improve error messages

Full Changelog: 1.0.5...1.0.6

1.0.5

09 Nov 13:16
ca14557
Compare
Choose a tag to compare

What's Changed

  • Respect additional Gradle flags in every Gradle call by @ofalvai in #33

Full Changelog: 1.0.4...1.0.5

1.0.4

28 May 08:33
15e66bf
Compare
Choose a tag to compare

Updated caching mechanism to ignore local changes in *.gradle files used as an indicator.

1.0.3

07 Apr 07:48
f9e6c6c
Compare
Choose a tag to compare

Update Module and Variant step input descriptions.

1.0.2

02 Sep 09:59
0fa8887
Compare
Choose a tag to compare
  • Updated dependencies (#25 )

1.0.1

24 Apr 21:03
76e5f6b
Compare
Choose a tag to compare

Nested modules are now supported in the Module input.

1.0.0

30 Aug 13:23
Compare
Choose a tag to compare

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

04 Jun 15:35
dd2535d
Compare
Choose a tag to compare

Updated dependencies.

0.11.0

31 May 13:20
428918d
Compare
Choose a tag to compare
  • 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.

0.10.0

10 May 15:11
55470cf
Compare
Choose a tag to compare

Bitrise Test Addon integration.