Added video recording to the Gradle plugin. This is disabled by default, but can be enabled by setting the recordVideo option to false in the emulatorwtf {} project extension.
Bumped default ew-cli in the Gradle plugin to 0.9.7
GitHub action emulator-wtf/run-tests v0.9.0
Added video recording to the GitHub action. This is disabled by default, but can be enabled by setting the recordVideo option to false in the emulatorwtf {} project extension.
Bumped default ew-cli in the GitHub action to 0.9.7
Brought possible inputs roughly on par with the Gradle plugin, full list of all new input options added:
library-test to run library module tests (no app apk)
outputs to filter what gets downloaded after the test, Defaults to merged_results_xml,coverage,pulled_dirs.
record-video to record a video of the test run
timeout to increase or decrease the default 15m test timeout. Minimum 60s, maximum 3h.
num-balanced-shards to use sharding based on historical test runtimes.
side-effects - your one stop shop to disable error retries and test result caching
num-flaky-test-attemtps to add repeats to failed shards/jobs
file-cache to disable the APK & test data cache (on by default)
file-cache-ttl to fine-tune how long we keep APK files in the cache (1h by default)