| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.DeviceFarm.Types.Test
Description
Synopsis
- data Test = Test' {}
- newTest :: Test
- test_arn :: Lens' Test (Maybe Text)
- test_counters :: Lens' Test (Maybe Counters)
- test_created :: Lens' Test (Maybe UTCTime)
- test_deviceMinutes :: Lens' Test (Maybe DeviceMinutes)
- test_message :: Lens' Test (Maybe Text)
- test_name :: Lens' Test (Maybe Text)
- test_result :: Lens' Test (Maybe ExecutionResult)
- test_started :: Lens' Test (Maybe UTCTime)
- test_status :: Lens' Test (Maybe ExecutionStatus)
- test_stopped :: Lens' Test (Maybe UTCTime)
- test_type :: Lens' Test (Maybe TestType)
Documentation
Represents a condition that is evaluated.
See: newTest smart constructor.
Constructors
| Test' | |
Fields
| |
Instances
Create a value of Test with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:arn:Test', test_arn - The test's ARN.
$sel:counters:Test', test_counters - The test's result counters.
$sel:created:Test', test_created - When the test was created.
$sel:deviceMinutes:Test', test_deviceMinutes - Represents the total (metered or unmetered) minutes used by the test.
$sel:message:Test', test_message - A message about the test's result.
$sel:name:Test', test_name - The test's name.
$sel:result:Test', test_result - The test's result.
Allowed values include:
- PENDING
- PASSED
- WARNED
- FAILED
- SKIPPED
- ERRORED
- STOPPED
$sel:started:Test', test_started - The test's start time.
$sel:status:Test', test_status - The test's status.
Allowed values include:
- PENDING
- PENDING_CONCURRENCY
- PENDING_DEVICE
- PROCESSING
- SCHEDULING
- PREPARING
- RUNNING
- COMPLETED
- STOPPING
Test, test_stopped - The test's stop time.
$sel:type':Test', test_type - The test's type.
Must be one of the following values:
- BUILTIN_FUZZ
BUILTIN_EXPLORER
For Android, an app explorer that traverses an Android app, interacting with it and capturing screenshots at the same time.
- 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
test_deviceMinutes :: Lens' Test (Maybe DeviceMinutes) Source #
Represents the total (metered or unmetered) minutes used by the test.
test_result :: Lens' Test (Maybe ExecutionResult) Source #
The test's result.
Allowed values include:
- PENDING
- PASSED
- WARNED
- FAILED
- SKIPPED
- ERRORED
- STOPPED
test_status :: Lens' Test (Maybe ExecutionStatus) Source #
The test's status.
Allowed values include:
- PENDING
- PENDING_CONCURRENCY
- PENDING_DEVICE
- PROCESSING
- SCHEDULING
- PREPARING
- RUNNING
- COMPLETED
- STOPPING
test_type :: Lens' Test (Maybe TestType) Source #
The test's type.
Must be one of the following values:
- BUILTIN_FUZZ
BUILTIN_EXPLORER
For Android, an app explorer that traverses an Android app, interacting with it and capturing screenshots at the same time.
- 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