gdg-x / frisbee

[DEPRECATED] Android application for GDG members and organizers
https://play.google.com/store/apps/details?id=org.gdg.frisbee.android
Apache License 2.0
265 stars 169 forks source link

Integrate firebase test lab #713

Closed tasomaniac closed 7 years ago

tasomaniac commented 7 years ago

I've spent some time to integrate Firebase Test Lab. They now have some free quota every day. I think that would be enough for us.

I've wrote a small script that only runs to upload test APKs to Firebase on some certain cases. That's now after every push on develop.

That would be more than enough for us.

Also I realized that our tests just fail because of a Dialog covering the screen on Christmas season. :) Although that dialog is awesome, I disabled it for tests by overriding its value.

tasomaniac commented 7 years ago

Let's see if it will run after merge.