Hey Everyone, Is there any space for compose-XR? I...
# compose-android
r
Hey Everyone, Is there any space for compose-XR? I’m wondering if there’s documentation related to writing Android XR UI tests.
m
Afaik, these ui tests are quite similar to the normal ui tests, justo think about the compose rule, i think it could be a
spatialComposeRule
somewhere
r
I dont see a dependencies for UI test
Copy code
dependencies {
    implementation "androidx.xr.compose:compose:1.0.0-alpha03"

    // Use to write unit tests
    testImplementation "androidx.xr.compose:compose-testing:1.0.0-alpha03"
}
m
Use android junit runner, Espresso, and the compose ui tooling, is same as with mobile development and testing