Automate UI Tests in a Kotlin Compose Project - equivalent version of Expresso Recorder
Asked Answered
P

1

9

is there a framework I can use to automate UI regression testing in a Kotlin Compose project? Clicking on Android Studio Run -> Record Expresso Test gives a warning that Espresso Testing Framework does not support Compose projects.

Petitioner answered 8/3, 2022 at 8:57 Comment(1)
Do anybody know google team plans about it?Harangue
C
1

Espresso testing framework cannot be used with Jetpack Compose so test recording is not yet available but Compose tests are fairly easy to write.

You can check the official documentation if this helps: https://developer.android.com/jetpack/compose/testing

dupe: Test recorder for jetpack compose

Confidant answered 31/1, 2023 at 1:0 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.