core-utils
Preparing search index...
@clipboard-health/playwright-toolkit
DeployedAssetVerificationReport
Interface DeployedAssetVerificationReport
interface
DeployedAssetVerificationReport
{
results
:
DeployedAssetResult
[]
;
summary
:
{
failureCount
:
number
;
passedCount
:
number
;
totalCount
:
number
}
;
wait
?:
{
attempts
:
number
;
isStableWindowSatisfied
:
boolean
;
stableWindowElapsedMs
:
number
;
}
;
}
Index
Properties
results
summary
wait?
Properties
results
results
:
DeployedAssetResult
[]
summary
summary
:
{
failureCount
:
number
;
passedCount
:
number
;
totalCount
:
number
}
Optional
wait
wait
?:
{
attempts
:
number
;
isStableWindowSatisfied
:
boolean
;
stableWindowElapsedMs
:
number
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
results
summary
wait
core-utils
Loading...