We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5219013 commit 125f5fbCopy full SHA for 125f5fb
plugin/CHANGELOG.md
@@ -9,6 +9,9 @@ Change Log
9
- Removed deprecated `integrityCheckEnabled` flag from the plugin DSL's instrumentation test options
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
12
+- Decouple discovery of instrumentation tests from Jupiter, allowing non-Jupiter test engines to be discovered as well
13
+- Update lifecycle of instrumentation runner params to only be set once, instead of once per test
14
+- Properly reported disabled dynamic tests to Android instrumentation
15
16
## 1.10.0.0 (2023-11-05)
17
- JUnit 5.10.0
0 commit comments