parikshan
Toggle table of contents
0.0.2
common
Target filter
common
Switch theme
Search in API
Skip to content
parikshan
parikshan-core
/
io.github.aryapreetam.parikshan
/
E2ETestConfig
E2ETest
Config
data
class
E2ETestConfig
(
val
defaultWaitTimeoutMs
:
Long
,
val
commandDelayMs
:
Long
=
0
,
val
failureScreenshotPath
:
String
=
"build/parikshan/failures/failure-"
,
val
captureScreenshotOnFailure
:
Boolean
=
true
)
Members
Constructors
E2ETest
Config
Link copied to clipboard
constructor
(
defaultWaitTimeoutMs
:
Long
,
commandDelayMs
:
Long
=
0
,
failureScreenshotPath
:
String
=
"build/parikshan/failures/failure-"
,
captureScreenshotOnFailure
:
Boolean
=
true
)
Properties
capture
Screenshot
On
Failure
Link copied to clipboard
val
captureScreenshotOnFailure
:
Boolean
command
Delay
Ms
Link copied to clipboard
val
commandDelayMs
:
Long
default
Wait
Timeout
Ms
Link copied to clipboard
val
defaultWaitTimeoutMs
:
Long
failure
Screenshot
Path
Link copied to clipboard
val
failureScreenshotPath
:
String