TryQuiet / quiet

A private, p2p alternative to Slack and Discord built on Tor & IPFS
https://www.tryquiet.org
GNU General Public License v3.0
1.98k stars 86 forks source link

Make Android tests better simulate Play Store (AAB -> APK) #2411

Open holmesworcester opened 7 months ago

holmesworcester commented 7 months ago

Right now our mobile e2e tests build the app differently than the Play Store does. This resulted in the app being DOA for QA once, so it could happen again.

We can close the gap between the tests and Play Store by having the tests build an AAB and then a device-specific APK, as Play Store does.