Fix flaky UI test (#253)
* Update Kotlin and KSP * Downgrade Kaspresso to last released * Update Compose compiler extension * Fix flaky UI test * Update AGP version * Fix flakySafely scope * Fix missing system image for UI tests * Use Intel MacOS to run UI tests * Revert "Fix missing system image for UI tests" This reverts commit 9003c37315f253835f3788ab2fecd402fa5522be. * Update test device API level to 34 * Use google-atd system image source * Update managed devices declaration syntax * Use device and syntax from now in android app * Try ubuntu agent for UI tests * Use an actual emulator instead of GMD * Use only one API level 30 * Remove Android SDK setup action * Setup Gradle before AVD * Use x86_64 architecture * Replace deprecated gradle setup action * Downgrade all dependencies again * Run only app android tests * Remove managed devices
This commit is contained in:
@@ -58,7 +58,7 @@ kspPlugin = "1.9.22-1.0.17"
|
||||
# https://developer.android.com/jetpack/androidx/releases/sharetarget
|
||||
shareTarget = "1.2.0"
|
||||
# https://github.com/KasperskyLab/Kaspresso/releases
|
||||
kaspresso = "1.5.5"
|
||||
kaspresso = "1.5.4"
|
||||
# https://developer.android.com/jetpack/androidx/releases/test
|
||||
androidXTestCore = "1.5.0"
|
||||
androidXTestRules = "1.5.0"
|
||||
|
||||
Reference in New Issue
Block a user