realm / realm-kotlin

Kotlin Multiplatform and Android SDK for the Realm Mobile Database: Build Better Apps Faster.
Apache License 2.0
943 stars 57 forks source link

Using test parameter to feed BAAS URL to device farm #1642

Closed nhachicha closed 8 months ago

nhachicha commented 8 months ago

Using AndroidTestRunner to parametrise the URL of the BAAS server when running Sync tests on Device Farm. We now can replay the sync test without the need to rebuild the APK. see https://github.com/realm/realm-kotlin/actions/runs/7679635078/job/20931215946#step:8:43

image