Skip to content

Conversation

@slack-oss-bot
Copy link
Collaborator

@slack-oss-bot slack-oss-bot commented Dec 9, 2025

This PR contains the following updates:

Package Change Age Confidence
wtf.emulator.gradle (source) 0.19.4 -> 1.0.2 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

emulator-wtf/gradle-plugin (wtf.emulator.gradle)

v1.0.2

Compare Source

What's Changed

  • New: added ListProperty<String> getNonProxyHosts() to the emulatorwtf {} dsl. Use it to explicitly bypass configured proxy settings for specific hosts.
  • Maintenance: ew-cli version bumped to 1.0.3.

Changes by PR

Full Changelog: emulator-wtf/gradle-plugin@1.0.1...1.0.2

v1.0.1

Compare Source

What's Changed

  • New: added a new optional emulatorWtfConnectivityCheck task. Add wtf.emulator.connectivitycheck=true to your gradle.properties to register the task on any module that has the wtf.emulator.gradle plugin applied.
  • Maintenance: ew-cli version bumped to 1.0.2.

Changes by PR

Full Changelog: emulator-wtf/gradle-plugin@1.0.0...1.0.1

v1.0.0

Compare Source

Breaking changes in 1.0.0

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

What's Changed

  • New: Added support for Gradle-managed devices.
  • New: Added support for generating baseline profiles via the baselineprofile plugin when using Gradle-managed devices.
  • 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.
  • Breaking: minimum supported Android Gradle Plugin version is now 8.1.
  • Breaking: minimum supported Gradle version is now 8.0.
  • Breaking: emulator.wtf Gradle plugin only works on JDK 17 and later.
  • Breaking: specifying devices has changed. Instead of devices you can now specify devices to run tests on with repeated device {} blocks.
  • Breaking: flakyTestRepeatMode argument now takes a FlakyRepeatMode enum value instead of a string.
  • Breaking: targeting tests uses now a targets {} block. Example usage to target a specific class:
    emulatorwtf {
      targets {
        testClass("com.example.MyTestClass")
      }
    }
    
  • Breaking: when applied to Android projects the emulator.wtf Gradle plugin now automatically adds the wtf.emulator:test-runtime-android dependency to the androidTestImplementation configuration to enable per-test video captures. You can disable this by adding wtf.emulator.addruntimedependency=false to your gradle.properties file.
  • Maintenance: ew-cli version bumped to 1.0.0-rc01.

Changes by PR

Full Changelog: emulator-wtf/gradle-plugin@0.19.4...1.0.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@slack-oss-bot slack-oss-bot force-pushed the renovate/wtf.emulator.gradle-1.x branch from e9b1131 to 6459f04 Compare December 10, 2025 08:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants