We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97ace63 commit 592eadcCopy full SHA for 592eadc
plugin/CHANGELOG.md
@@ -7,7 +7,7 @@ Change Log
7
- Update to Kotlin 2.3
8
- Internal: Replace deprecated `OutputDirectoryProvider` with its correct replacement
9
- Support instrumentation with JUnit 5 and 6 (the plugin will choose the correct runtime accordingly)
10
-- Introduce `de.mannodermaus.android-junit-framework` as the new plugin ID
+- Introduce `de.mannodermaus.android-junit` as the new plugin ID
11
- New: Control behavior of test execution on unsupported devices via `instrumentationTests.behaviorForUnsupportedDevices`
12
- "Fail": Throw an exception and fail test execution (**this is the new default**)
13
- "Skip": Skip tests and mark them as ignored (**this is the old behavior**)
0 commit comments