Skip to content

Releases: emulator-wtf/actions

v1.0.1

25 May 14:03
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

  • Fixed: slow or stalled file uploads would not time out correctly, causing test runs to hang.
  • Fixed: corner-case connectivity issue where ew-cli could stall for minutes before running any tests.
  • Maintenance: bumped default ew-cli version to 1.3.2.

Full Changelog: v1.0.0...v1.0.1

v1.0.0

08 May 11:28
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

All emulator.wtf GitHub actions have been moved to emulator-wtf/actions/*

  • emulator-wtf/run-tests is now emulator-wtf/actions/run-tests.
  • emulator-wtf/configure-credentials is now emulator-wtf/actions/configure-credentials.

Changes since emulator-wtf/run-tests v1.0.0-rc02

  • New: Sessions are now generally available for all users.
  • New: use the emulator-wtf/actions/use-emulator action to make use of a generic adb-connected emulator in your workflows.
  • Improved: reduced test setup overhead for runs with large APK files across many shards. You can expect up to 10x less time from test submission to the first test start when using a very large number of shards.
  • Improved: the emulator-wtf/actions repository has immutable releases.
  • Fixed: increased client-side test run timeout to account for repeat attempts of flaky tests.
  • Fixed: report proper result-file download timing.
  • Fixed: properly parse the GITHUB_REF_NAME env var when running in GitHub Actions.
  • Maintenance: default ew-cli version has been bumped to 1.3.0.

Breaking changes in v1.0.0

We've made a bunch of breaking changes in v1.0.0. Read more about the 1.0.0 release and breaking changes.

What's Changed

  • Breaking: GitHub Tokenless authentication via passing GITHUB_TOKEN as the token is no longer supported. Please switch to OIDC authentication instead, read more here.
  • Breaking: video recording is now enabled by default.
  • Breaking: the default device is now Pixel7 30.
  • Breaking: GPU acceleration is now turned on by default.
  • Breaking: fixed pulled directories containing the root folder name twice.