platform property
String
get
platform
The selected platform to run the tests.
Implementation
String get platform {
var parsedPlatform = parsedArgsPlatform;
return _isValidPlatform(parsedPlatform) ? parsedPlatform! : 'chrome';
}