Skip to content

Releases: emulator-wtf/invoke

v1.0.0

12 May 13:19
Immutable release. Only release title and notes can be modified.
b656e42

Choose a tag to compare

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.0

We'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

11 Feb 13:10

Choose a tag to compare

v1.0.0-rc02 Pre-release
Pre-release

What's Changed

  • feat: Add support for --testcase-duration-hint flag by @kaarelk in #156

New Contributors

Full Changelog: v1.0.0-rc01...v1.0.0-rc02

v1.0.0-rc01

21 Oct 15:56

Choose a tag to compare

v1.0.0-rc01 Pre-release
Pre-release

What's Changed

  • chore!: set runtime to node24 by @madisp in #140
  • fix: use new separator for test target statements by @madisp in #142
  • chore!: enable video-recording by default by @madisp in #141

Full Changelog: v0.9.8...v1.0.0-rc01

v0.9.8

17 Oct 09:21

Choose a tag to compare

What's Changed

  • feat: add test runner class, secrets and emulator networking opts to the action by @madisp in #137
  • feat: drop required flag from api-token by @madisp in #135

Full Changelog: v0...v0.9.8

v0.9.7

09 Jan 12:51
ecd44c5

Choose a tag to compare

What's Changed

  • Bumped transitive dependencies
  • Action now runs on node-20

Full Changelog: v0.9.6...v0.9.7

v0.9.6

12 Jun 09:17

Choose a tag to compare

  • Added support for shard-target-runtime to dynamically allocate the number of shards to fit in the allotted time budget
  • Added support for flaky-test-repeat-mode to control whether only the failing tests get retried (failed_only) or the full shards (all). Defaults to failed_only.

Full Changelog: v0.9.5...v0.9.6

v0.9.5

05 Jun 19:39

Choose a tag to compare

What's Changed

  • Fixed invoke failing due to unrecognized --integration flag

Full Changelog: v0.9.4...v0.9.5

v0.9.4

28 May 10:20

Choose a tag to compare

  • Added support for proxy-host, proxy-port, proxy-user and proxy-password to 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

28 May 10:19

Choose a tag to compare

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

22 May 20:13

Choose a tag to compare

What's Changed

  • added support for display-name argument
  • added support for test-targets argument

Full Changelog: v0.9.1...v0.9.2