2023-03-23
ew-cli 0.9.6
- Fixed a regression introduced in
ew-cli 0.9.5
where pulling device dirs failed with a crash when downloading the test results
gradle-plugin 0.9.3
Added
ignoreFailures
option to theemulatorwtf {}
project extension, which will cause the task to not fail the build if the test run fails. This is useful for CI builds where you want to run tests on multiple subprojects and don’t want to fail the build if one subproject fails.NOTE: you can discover whether the build was successfuly either by checking the JUnit XML files or configure the plugin to output a JSON summary of the test result.
gradle-plugin 0.9.4
- Bumped default
ew-cli
in the Gradle plugin to0.9.6