Anyone out there with knowledge of how to use Cala...
# compose
e
Anyone out there with knowledge of how to use Calabash/Cucumber testing in combination with Compose?
c
Doesn't calabash just use UI automater? Did you try running UI automater yourself and ran into issues?
e
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
so it’s only finding ComposeView and AndroidComposeView
c
What error are you getting when you run UI automater? Or you're saying that you didn't try it yet?
e
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
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