Join Slack
Powered by
Hey everyone, we use Appium for automation tests,...
# compose
g
Gal Kohen
09/22/2022, 8:14 AM
Hey everyone, we use Appium for automation tests, in the past, we used id for testing, what is the equivalent in compose?
y
Yann Badoual
09/22/2022, 8:15 AM
https://developer.android.com/jetpack/compose/testing#uiautomator-interop
Copy code
Modifier.testTag("myLazyColumn")
g
Gal Kohen
09/22/2022, 8:34 AM
Do you used this in Appium ?
y
Yann Badoual
09/22/2022, 8:36 AM
We were using the contentDescription as id (not a good practice)
g
Gal Kohen
09/22/2022, 9:05 AM
Thanks!\
55
Views
Open in Slack
Previous
Next