What is the problem or limitation you are having?
Currently the command line arguments (passed to an android app via org.beeware.ARGV) and environment variables (passed to an android app via org.beeware.ENVIRON as proposed here ) are not automatically tested for android.
Describe the solution you'd like
The command line arguments and environment variables should be automatically tested.
Describe alternatives you've considered
Do not test these cases automatically. Manual testing is enough.
Additional context
This has been proposed here: beeware/briefcase-android-gradle-template#97 (comment)
What is the problem or limitation you are having?
Currently the command line arguments (passed to an android app via
org.beeware.ARGV) and environment variables (passed to an android app viaorg.beeware.ENVIRONas proposed here ) are not automatically tested for android.Describe the solution you'd like
The command line arguments and environment variables should be automatically tested.
Describe alternatives you've considered
Do not test these cases automatically. Manual testing is enough.
Additional context
This has been proposed here: beeware/briefcase-android-gradle-template#97 (comment)