Hi,
It's my first time setting up a test for my app that I've built, and I'm stuck on how to advance from a basic Robo Test in Firebase to a more advanced Integration Test.
Where I'm stuck is that I don't know how to set up a test.apk file. I can export the app.apk from FlutterFlow, and I have my in-app test created in Tests from within FlutterFlow. From there, I don't know how to separate the test from the main .apk to build the test.apk. To be honest I have virtually no experience when it comes to gradle or editing .apk files. I have Android Studio, but I'm not familiar with it.
Willing to look into further documentation, how-to-videos, etc. Basically a total novice when it comes to app testing and needing guidance.
Setting up Firebase Integration Test
Troubleshooting
Set up a Firebase environment and create a Robo Test using my app's main .apk file. Checked documentation for how to use Automated Tests in FlutterFlow's docs (https://docs.flutterflow.io/testing/automated-tests/), as well as Flutter's testing in Firebase Lab docs (https://docs.flutter.dev/testing/integration-tests#test-in-firebase-test-lab-android).
Yes
1