Anyone out there with knowledge of how to use Calabash/Cucumber testing in combination with Compose?
c
Colton Idle
06/09/2021, 8:54 PM
Doesn't calabash just use UI automater? Did you try running UI automater yourself and ran into issues?
e
eschrag
06/09/2021, 8:55 PM
our automation team literally reached out to us an hour ago once we cleared up a few other issues, and their code is looking through the View tree to find things to press and what not
eschrag
06/09/2021, 8:56 PM
so it’s only finding ComposeView and AndroidComposeView
c
Colton Idle
06/09/2021, 8:58 PM
What error are you getting when you run UI automater? Or you're saying that you didn't try it yet?
e
eschrag
06/09/2021, 8:58 PM
i haven’t even personally run it yet. the error is that they can’t find our contentDescription tags because their code is set up to look for View stuff
👍 1
eschrag
06/09/2021, 8:59 PM
so i’m thinking we’re going to have to help them figure out how to convert their base to use ComposeTestRules or some such but i’m looking for resources to point them to hopefully so that they can figure it out