You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DeviceFarm::Types::Suite

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Represents a collection of one or more tests.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The suite\'s ARN.

Returns:

  • (String)

    The suite\'s ARN.

#countersTypes::Counters

The suite\'s result counters.

Returns:

#createdTime

When the suite was created.

Returns:

  • (Time)

    When the suite was created.

#device_minutesTypes::DeviceMinutes

Represents the total (metered or unmetered) minutes used by the test suite.

Returns:

  • (Types::DeviceMinutes)

    Represents the total (metered or unmetered) minutes used by the test suite.

#messageString

A message about the suite\'s result.

Returns:

  • (String)

    A message about the suite\'s result.

#nameString

The suite\'s name.

Returns:

  • (String)

    The suite\'s name.

#resultString

The suite\'s result.

Allowed values include:

  • PENDING

  • PASSED

  • WARNED

  • FAILED

  • SKIPPED

  • ERRORED

  • STOPPED

    Possible values:

    • PENDING
    • PASSED
    • WARNED
    • FAILED
    • SKIPPED
    • ERRORED
    • STOPPED

Returns:

  • (String)

    The suite\'s result.

#startedTime

The suite\'s start time.

Returns:

  • (Time)

    The suite\'s start time.

#statusString

The suite\'s status.

Allowed values include:

  • PENDING

  • PENDING_CONCURRENCY

  • PENDING_DEVICE

  • PROCESSING

  • SCHEDULING

  • PREPARING

  • RUNNING

  • COMPLETED

  • STOPPING

    Possible values:

    • PENDING
    • PENDING_CONCURRENCY
    • PENDING_DEVICE
    • PROCESSING
    • SCHEDULING
    • PREPARING
    • RUNNING
    • COMPLETED
    • STOPPING

Returns:

  • (String)

    The suite\'s status.

#stoppedTime

The suite\'s stop time.

Returns:

  • (Time)

    The suite\'s stop time.

#typeString

The suite\'s type.

Must be one of the following values:

  • BUILTIN_FUZZ

  • BUILTIN_EXPLORER

    Only available 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

    Possible values:

    • BUILTIN_FUZZ
    • BUILTIN_EXPLORER
    • WEB_PERFORMANCE_PROFILE
    • 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
    • REMOTE_ACCESS_RECORD
    • REMOTE_ACCESS_REPLAY

Returns:

  • (String)

    The suite\'s type.