2023-05-26
ew-cli 0.9.14
- Fixed:
ew-cli
no longer prints garbage to standard out when the API is completely unavailable. - Improved error handling for unreachable emulator.wtf API
gradle-plugin 0.13.0
- Bumped default
ew-cli
to0.9.14
- You can now filter what tests to run with the
testTargets
option. Use something liketestTargets = 'class foo.bar.Baz'
to only run tests in thefoo.bar.Baz
class. See the full options here: https://developer.android.com/reference/androidx/test/runner/AndroidJUnitRunner#typical-usage
GitHub action emulator-wtf/run-tests@v0.9.3
- Bumped default
ew-cli
to0.9.14