You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugin/CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Change Log
8
8
- Update Jacoco & instrumentation test DSLs of the plugin to use Gradle Providers for their input parameters (e.g. `instrumentationTests.enabled.set(true)` instead of `instrumentationTests.enabled = true`)
9
9
- Removed deprecated `integrityCheckEnabled` flag from the plugin DSL's instrumentation test options
10
10
- Allow opt-in usage of extension library via the plugin's DSL
11
-
- Allow autoconfiguration of compose library if Compose is used in the androidTest dependency list
11
+
- Allow autoconfiguration of instrumentation libraries if Compose or JUnit 5 are found among the test/androidTest dependency lists
12
12
- Decouple discovery of instrumentation tests from Jupiter, allowing non-Jupiter test engines to be discovered as well
13
13
- Update lifecycle of instrumentation runner params to only be set once, instead of once per test
14
14
- Properly reported disabled dynamic tests to Android instrumentation
Copy file name to clipboardExpand all lines: plugin/android-junit5/src/main/kotlin/de/mannodermaus/gradle/plugins/junit5/dsl/AndroidJUnitPlatformExtension.kt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -98,6 +98,7 @@ public abstract class AndroidJUnitPlatformExtension @Inject constructor(
Copy file name to clipboardExpand all lines: plugin/android-junit5/src/main/kotlin/de/mannodermaus/gradle/plugins/junit5/dsl/InstrumentationTestOptions.kt
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -27,4 +27,11 @@ public abstract class InstrumentationTestOptions {
Copy file name to clipboardExpand all lines: plugin/android-junit5/src/test/kotlin/de/mannodermaus/gradle/plugins/junit5/plugin/InstrumentationSupportTests.kt
+70-18Lines changed: 70 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ class InstrumentationSupportTests {
0 commit comments