testPlatform property

String? testPlatform
getter/setter pair

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;