Releases: emulator-wtf/invoke
Releases · emulator-wtf/invoke
v1.0.0
Warning
The emulator-wtf/setup-ew-cli action has moved and is now at
emulator-wtf/actions/setup-ew-cli.
- uses: emulator-wtf/setup-ew-cli@v1
+ uses: emulator-wtf/actions/setup-ew-cli@v1.0.0We'll keep this action available as a redirect throughout the v1 series of releases.
What's Changed
- refactor: delegate to
emulator-wtf/actions/invoke@v1.0.0
Full Changelog: v0...v1.0.0
v1.0.0-rc02
v1.0.0-rc01
v0.9.8
v0.9.7
What's Changed
- Bumped transitive dependencies
- Action now runs on node-20
Full Changelog: v0.9.6...v0.9.7
v0.9.6
- Added support for
shard-target-runtimeto dynamically allocate the number of shards to fit in the allotted time budget - Added support for
flaky-test-repeat-modeto control whether only the failing tests get retried (failed_only) or the full shards (all). Defaults tofailed_only.
Full Changelog: v0.9.5...v0.9.6
v0.9.5
What's Changed
- Fixed invoke failing due to unrecognized
--integrationflag
Full Changelog: v0.9.4...v0.9.5
v0.9.4
- Added support for
proxy-host,proxy-port,proxy-userandproxy-passwordto configure the use of HTTP proxy when talking to the emulator.wtf API. NOTE: this proxy will be used for communicating with the emulator.wtf API when setting up the test, it has no effect on the emulator running the tests or your tests.
Full Changelog: v0.9.3...v0.9.4
v0.9.3
What's Changed
- chore: pass integration information onwards to
ew-cli - build(deps-dev): bump @types/node from 16.18.30 to 16.18.32 by @dependabot in #14
- build(deps-dev): bump rimraf from 5.0.0 to 5.0.1 by @dependabot in #13
Full Changelog: v0.9.2...v0.9.3
v0.9.2
What's Changed
- added support for
display-nameargument - added support for
test-targetsargument
Full Changelog: v0.9.1...v0.9.2