class Aws::DeviceFarm::Types::Test
Represents a condition that is evaluated.
@!attribute [rw] arn
The test's ARN. @return [String]
@!attribute [rw] name
The test's name. @return [String]
@!attribute [rw] type
The test's type. Must be one of the following values: * BUILTIN\_FUZZ * BUILTIN\_EXPLORER <note markdown="1"> For Android, an app explorer that traverses an Android app, interacting with it and capturing screenshots at the same time. </note> * APPIUM\_JAVA\_JUNIT * APPIUM\_JAVA\_TESTNG * APPIUM\_PYTHON * APPIUM\_NODE * APPIUM\_RUBY * APPIUM\_WEB\_JAVA\_JUNIT * APPIUM\_WEB\_JAVA\_TESTNG * APPIUM\_WEB\_PYTHON * APPIUM\_WEB\_NODE * APPIUM\_WEB\_RUBY * CALABASH * INSTRUMENTATION * UIAUTOMATION * UIAUTOMATOR * XCTEST * XCTEST\_UI @return [String]
@!attribute [rw] created
When the test was created. @return [Time]
@!attribute [rw] status
The test's status. Allowed values include: * PENDING * PENDING\_CONCURRENCY * PENDING\_DEVICE * PROCESSING * SCHEDULING * PREPARING * RUNNING * COMPLETED * STOPPING @return [String]
@!attribute [rw] result
The test's result. Allowed values include: * PENDING * PASSED * WARNED * FAILED * SKIPPED * ERRORED * STOPPED @return [String]
@!attribute [rw] started
The test's start time. @return [Time]
@!attribute [rw] stopped
The test's stop time. @return [Time]
@!attribute [rw] counters
The test's result counters. @return [Types::Counters]
@!attribute [rw] message
A message about the test's result. @return [String]
@!attribute [rw] device_minutes
Represents the total (metered or unmetered) minutes used by the test. @return [Types::DeviceMinutes]
@see docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/Test AWS API Documentation
Constants
- SENSITIVE