testPlatform property
The platform of the test history.
- In response: always set. Returns the platform of the last execution if unknown. Possible string values are:
- "unknownPlatform"
- "android"
- "ios"
Implementation
core.String? testPlatform;
The platform of the test history.
core.String? testPlatform;