CxTestCaseTestConfig

data class CxTestCaseTestConfig(val flow: String? = null, val page: String? = null, val trackingParameters: List<String>? = null)

Constructors

Link copied to clipboard
constructor(flow: String? = null, page: String? = null, trackingParameters: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val flow: String? = null

Flow name to start the test case with. Format: projects//locations//agents//flows/. Only one of flow and page should be set to indicate the starting point of the test case. If neither is set, the test case will start with start page on the default start flow.

Link copied to clipboard
val page: String? = null

The page to start the test case with. Format: projects//locations//agents//flows//pages/. Only one of flow and page should be set to indicate the starting point of the test case. If neither is set, the test case will start with start page on the default start flow.

Link copied to clipboard

Session parameters to be compared when calculating differences.