E2ETestConfig
constructor(defaultWaitTimeoutMs: Long, commandDelayMs: Long = 0, failureScreenshotPath: String = "build/parikshan/failures/failure-", captureScreenshotOnFailure: Boolean = true)
Parameters
defaultWaitTimeoutMs
Default timeout in milliseconds for element resolution and assertion polling (default 10,000ms).
commandDelayMs
Optional stabilization delay in milliseconds applied after each UI command (default 0ms).
failureScreenshotPath
File path where failure screenshots will be saved if captureScreenshotOnFailure is true.
captureScreenshotOnFailure
Automatically captures a screenshot of the app if a test block throws an error (default true).