Place the application to be tested at ./app.apk.
Run ./adb-run.sh.
This ensures that adb is accessible over TCP port 5037. This is necessary
for the appium server to be able to talk to it. The script will run the
necessary adb commands and then exit.
Run ./appium-run.sh.
This starts up a podman container running the appium server. The script
will continue running until it is killed.
Run mvn package.