Skip to content

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

1.2.0

30 Sep 13:44
41045b1

Choose a tag to compare

What's Changed

Full Changelog: 1.1.0...1.2.0

1.1.0

04 Aug 07:39
3019f21

Choose a tag to compare

What's Changed

Full Changelog: 1.0.6...1.1.0

1.0.6

23 Feb 08:18
f6fe0b8

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

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

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

Choose a tag to compare

Update Module and Variant step input descriptions.

1.0.2

02 Sep 09:59
0fa8887

Choose a tag to compare

  • Updated dependencies (#25 )

1.0.1

24 Apr 21:03
76e5f6b

Choose a tag to compare

Nested modules are now supported in the Module input.

1.0.0

30 Aug 13:23

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

Choose a tag to compare

Updated dependencies.