2023-06-12
ew-cli 0.9.17
- Added
--shard-target-runtimeoption toew-cli. It’s a new sharding mode where you specify the overall runtime instead of the number of shards. E.g. a 10-min test suite will spawn 5 shards and finish around 2 minutes when invoked with--shard-target-runtime 2m - When running with
--num-flaky-test-attemptswe no longer re-run whole shards but only the tests that failed. You can revert to the whole behaviour by adding--flaky-test-repeat-mode all.
GitHub action emulator-wtf/run-tests@v0.9.6
- Bumped default
ew-clito 0.9.17 - Added
shard-target-runtimeandflaky-test-repeat-modeoptions, see above for the description
gradle-plugin 0.14.0
- Bumped default
ew-clito 0.9.17 - Added
shardTargetRuntimeandflakyTestRepeatModeoptions, see above for the description