firebase-test-lab Questions
3
I'm trying to use firebase TestLab on iOS using this guide:
https://firebase.google.com/docs/test-lab/ios/firebase-console#build_xctests_for_your_app
but after I upload the zip file including the...
Kaliope asked 12/11, 2018 at 14:7
9
Solved
I want tot try out firebase device testing - but i get a really generic error message doing so:
Failed to create a test matrix.
Anyone knows how to get around this? Quota should not be the probl...
Prunelle asked 7/11, 2016 at 13:25
2
Solved
Is it possible to test a React Native (Expo Managed) app using Firebase TestLab?
I have not succeeded. Several possible routes, none successful thus far:
1) Is it possible to force a Robo Test to...
Hemorrhage asked 13/8, 2019 at 18:44
2
The firebase test lab accept an App Bundle / APK and an android test APK and with dynamic feature module UI tests fail on Firebase test lab. The error is about some multi dex problem indicating tha...
Furtek asked 11/6, 2019 at 14:2
0
For testing compose layout we have a default library.
To run Firebase Test Lab (FTL) it says you need Espresso or UI Automator frameworks.
But I'm not sure if this is outdated or not.
Putting my AP...
Brumbaugh asked 1/9, 2022 at 15:53
2
I am trying to run my integration test on Firebase Test Lab.
flutter build apk -t lib/main_dev.dart
./gradlew app:assembleAndroidTest -Ptarget=lib/main_dev.dart
./gradlew app:assembleDebug -Ptarget...
Weighting asked 1/3, 2021 at 15:58
4
Solved
I'ḿ setting up a jest test suite for a Node.js and Express REST API i'm building, i'm using @firebase/testing module to initialize a testing app, however when i try to perform any sort of operation...
Recall asked 8/8, 2020 at 19:51
2
Solved
I recorded an espresso test with Espresso Recorder. I want to test some location changes in my app.
Currently I'm mocking the location with this code:
LocationManager lm = (LocationManager) conte...
Seleta asked 21/9, 2018 at 9:3
6
Solved
I am trying to run instrumented tests using the glcoud CLI as a service account in CircleCi. When I run:
gcloud config set project project-name-12345
gcloud auth activate-service-account firebase-...
Phia asked 18/1, 2018 at 17:23
3
I have recently upgraded to the 'Blaze" plan of Firebase. I am trying to test a release APK using the Firebase Test Lab, but every time I upload an APK, I get this.
The file could not be uploade...
Scend asked 26/10, 2016 at 10:25
1
I am using the following command:
java -jar crawl_launcher.jar --apk-file path/to/my/app.apk --android-sdk path/to/my/android/sdk
I followed the steps mentioned in the
https://developer.android.co...
Takakotakakura asked 2/3, 2020 at 10:58
8
I'm trying to testing with my demo app with firebase test lab with instrument test type but i'm not able to test that due to following error regarding to apk.
I uploaded the debug-keystore signed...
Jermyn asked 31/10, 2019 at 10:30
4
Is it possible to run Flutter integration tests on Firebase? There seems to be conflicting info on this - some sources say its possible, but on the documentation, the iOS section seems to only be f...
Elflock asked 4/2, 2021 at 8:42
2
Solved
I used Firebase Test Lab to test my app before uploading it to Google Play.
Looking at the screenshots and video it looks like real ads are displayed from admob and then clicked on.
Now I know yo...
Shiver asked 21/11, 2019 at 18:38
3
I was trying to use firebase TestLab but it seems that it can only target resource-id. I had my elements like this:
<Input {...props} testID="usernameIput" />
But it seems that the testID ...
Ignatzia asked 28/7, 2017 at 20:5
3
I have implemented google sign-in , and anonymous sign-in through firebase on my app.
Whenever I submit a new apk to google play console, google runs its tests and generates a pre-launch report, wh...
Embarrassment asked 21/8, 2020 at 9:21
1
Is there a way to create a universal APK for instrumented tests? I wanted to run the whole test suite on Firebase Test Lab but it seems tedious to upload one APK for each dynamic feature module's t...
Busyness asked 30/7, 2020 at 8:15
3
I have issue with android espresso test.
Test pass locally but fail on FTL. It's simple test
onView(allOf(withId(R.id.text_supercategory_name), withText("Air conditioners"))).
check(matches(withTe...
Horsetail asked 5/10, 2017 at 13:13
2
We are currently attempting to use Google's Firebase Test Labs for testing our android app on devices. To test things, I've created a small app that doesn't do anything except get tested, and it's ...
Gundry asked 8/4, 2020 at 12:38
0
I have written AndroidUnitTest for custom views. They work fine on local but crashes on FTL with
Test failed to run to completion. Reason: 'Instrumentation run failed due to 'Process crashed.''. Ch...
Indeliberate asked 7/8, 2020 at 7:20
1
Each time upon uploading a new release to the google play store, I get about 8 new users logged in my Firebase analytics console within around 10 minutes. I have not released my app publicly yet, i...
Invalid asked 28/4, 2020 at 11:14
2
Solved
I was trying to run a robo test for my react native app on firebase TestLab, but I couldn't get the robo test pass login.
The first problem is that it doesn't type in email and password.
In my js...
Stauffer asked 27/7, 2017 at 20:24
1
Solved
I'm working on CircleCI, and I'm trying to execute Instrumented Tests for an Android Library with Firebase Test Lab (because Android Virtual Devices are not supported by CircleCI).
My Instrumented...
Succoth asked 20/1, 2020 at 16:50
0
I have got this error at startup ONLY when testing my react native app on Firebase Test Lab (Robo)
java.lang.UnsatisfiedLinkError: couldn't find DSO to load: libhermes.so
Tested on several devic...
Pleasing asked 26/9, 2019 at 3:46
1
Solved
I've Android Studio (AS) 3.4.1. Trying to record a Robo Script for the UI for my Flutter project. Followed pretty much everything from Google's Firebase Test Lab. The recording only records phone's...
Brandiebrandise asked 12/7, 2019 at 12:2
1 Next >
© 2022 - 2024 — McMap. All rights reserved.