Skip to content

Instantly share code, notes, and snippets.

View matpag's full-sized avatar
🐧
Noot-Nooting around

MatPag matpag

🐧
Noot-Nooting around
View GitHub Profile
@matpag
matpag / run_test_emulator.sh
Last active November 8, 2023 08:09
Script to run test on a random-generated android emulator with a specific API level
#!/bin/bash
#Usage:
#You need to have installed the API images you are going to start or you can change the createGoogleEmulator function to start the image you want
#For example to start an Android API 28 emulator and perform the app test with Google Apis you just need to call
#./run_test_emulator.sh 28 :app:connectedCheck
#unlock for debugging purposes
# set -ex
#global vars