AlexaSimulatorRuleConfig

data class AlexaSimulatorRuleConfig(val isCaptureRun: Boolean)

The config of the AlexaSimulatorRule.

Constructors

Link copied to clipboard
fun AlexaSimulatorRuleConfig(isCaptureRun: Boolean)

Properties

Link copied to clipboard
val isCaptureRun: Boolean

When true, this test execution run is considered a capture run. In this case, the AlexaSimulator service will be started in RequestResponseMode.CAPTURE_MODE by the AlexaSimulatorRule before starting the test.