Hey guys, we were using `xml` for ui components wh...
# compose
v
Hey guys, we were using
xml
for ui components which has
id/tag
that is used for
automated ui testing
. Now we switch to jetpack compose. So how can I provide this
id/tag
for
automation
now?
l
Modifier.testTag("an id")
v
okk sure, thanks a lot