https://kotlinlang.org logo
#compose
Title
# compose
a

Andrey Danilov

08/24/2019, 6:26 PM
How will compose ui testing look like? Do you plan to improve Espresso or you will create brand-new testing framework similar to Flutter Driver?
👍 1
l

Luca Nicoletti

08/26/2019, 6:03 AM
There are already tests in the compose preview, you can have a look at them 🙂
j

jim

08/26/2019, 6:16 PM
Yes, there is a lot of thought going into providing a good testing story for Compose. The current plan is to provide both some improved Espresso bindings for Compose and also some additional testing libraries that we think will greatly improve the testing of composable functions.
👍 3
2 Views