ew-cli 0.0.29
- Added
--models
command to ew-cli
list all available emulator models - Changed how Automated Test Devices are represented,
instead of a separate
atd=true
flag, use the *Atd
suffix instead, e.g. change from model=Pixel2,atd=true
to
model=Pixel2Atd
.
Note: ATD models are still only available for version=30
emulators
gradle-plugin 0.0.7
There’s now a Gradle plugin that wraps ew-cli. Read more here.
ew-cli 0.0.25
ew-cli
now exits with a non-zero exitcode when started with unknown input arguments. Thanks to @ubiratansoares for reporting the issue.
Fixed two issues with the emulator-wtf/run-tests@v0
GitHub action:
v0.0.3
always crashed due to a misplaced lineclear-package-data
value was not sent to ew-cli
correctly, silently skipping all tests
Thanks to @ubiratansoares for noticing and sending in PRs for these issues!