mastering-junit5
mastering-junit5 copied to clipboard
Bump de.mannodermaus.gradle.plugins:android-junit5 from 1.10.0.0 to 1.11.0.0
trafficstars
Bumps de.mannodermaus.gradle.plugins:android-junit5 from 1.10.0.0 to 1.11.0.0.
Release notes
Sourced from de.mannodermaus.gradle.plugins:android-junit5's releases.
Plugin 1.11.0.0
- JUnit 5.11
Plugin 1.10.3.0
- JUnit 5.10.3
- Updates to the
jacocoOptionsDSL
- Change the return type of each report type to match Jacoco expectations (html -> Directory; csv & xml -> File)
- Turn off generation of csv & xml reports by default, matching Jacoco default configuration
- Fix: Use the correct version of the instrumentation libraries with the plugin (#345)
Plugin 1.10.2.0
Note: This version of the android-junit5 plugin raises the minimum supported version of the Android Gradle Plugin from 7.0 to 8.0! If you are forced to stick to AGP 7.x, please refrain from updating to this version.
- JUnit 5.10.2
- Raise minimum supported versions for AGP and Gradle to 8.0.x and 8.0, respectively
- Allow overriding the version of the instrumentation libraries applied with the plugin
- Update Jacoco & instrumentation test DSLs of the plugin to use Gradle Providers for their input parameters (e.g.
instrumentationTests.enabled.set(true)instead ofinstrumentationTests.enabled = true)- Removed deprecated
integrityCheckEnabledflag from the plugin DSL's instrumentation test options- Allow opt-in usage of extension library via the plugin's DSL
- Allow autoconfiguration of instrumentation libraries if Compose or JUnit 5 are found among the test/androidTest dependency lists
- Decouple discovery of instrumentation tests from Jupiter, allowing non-Jupiter test engines to be discovered as well
- Update lifecycle of instrumentation runner params to only be set once, instead of once per test
- Properly reported disabled dynamic tests to Android instrumentation
- Use new Variant API to register generated resource folder for instrumentation filters file
Commits
403630bPlugin 1.11.0.04a842b7JUnit 5.11 (#349)2cb0313Prep readme and next version5a11918Revert to latest stable version for instrumentation samplea2968b3Plugin 1.10.3.0bec50d2Changelog entry for last merge9695576Use square brackets for parameterized tests to ensure that their logs show co...b26fbf8Use correct bundled version of instrumentation libraries for the plugin (#348)220f5b8Fix Jacoco misconfiguration by changing the destination DSL (#347)2645e59AGP 8.6 RC 1, 8.7 Alpha 4- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)