E2ETestConfig

data class E2ETestConfig(val defaultWaitTimeoutMs: Long, val commandDelayMs: Long = 0, val failureScreenshotPath: String = "build/parikshan/failures/failure-", val captureScreenshotOnFailure: Boolean = true)

Constructors

Link copied to clipboard
constructor(defaultWaitTimeoutMs: Long, commandDelayMs: Long = 0, failureScreenshotPath: String = "build/parikshan/failures/failure-", captureScreenshotOnFailure: Boolean = true)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard