2023-03-08
ew-cli 0.9.0
breaking!
ew-cli
now outputs a merged JUnit result XML file that combines all of the devices and shards into a single file.Separate JUnit result XML files, device logcat files or captured videos are no longer downloaded by default - this helps to cut down on
ew-cli
runtime, especially for larger test suites with many shards. Logcat and video will
still be captured and viewable in the web UI.If you need to download these (to store in your CI artifacts for example) you can revert to the old behaviour by adding
--outputs results_xml,coverage,pulled_dirs,logcat,captured_video
.
gradle-plugin 0.9.0
- Bumped default
ew-cli
version to 0.9.0 - Added
outputTypes
option to the extension DSL