diff --git a/wa/framework/configuration/core.py b/wa/framework/configuration/core.py index cb5abfba..9271eea6 100644 --- a/wa/framework/configuration/core.py +++ b/wa/framework/configuration/core.py @@ -751,7 +751,7 @@ class RunConfiguration(Configuration): ConfigurationPoint( 'device', kind=str, - mandatory=True, + default='generic_android', description=''' This setting defines what specific Device subclass will be used to interact the connected device. Obviously, this must match your