Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
Siesta
IHarness
Interface IHarness
abstract
Hierarchy
IHarness
IBrowser
IHarnessNodeJS
Index
Properties
alsoPreload
autoCheckGlobals
cachePreload
defaultTimeout
disableColoring
expectedGlobals
isReadyTimeout
keepNLastResults
keepResults
listenters
maxThreads
needDone
overrideSetTimeout
pauseBetweenTests
preload
runCore
subTestTimeout
testClass
title
transparentEx
waitForTimeout
Methods
configure
start
Properties
public
alsoPreload
:
Array<any>
public
autoCheckGlobals
:
boolean
public
cachePreload
:
boolean
public
defaultTimeout
:
boolean
public
disableColoring
:
boolean
public
expectedGlobals
:
Array<string>
public
isReadyTimeout
:
number
public
keepNLastResults
:
number
public
keepResults
:
boolean
public
listenters
:
{ [key: string]: (event: Event, ...args: any[]) => void; }
(
)
:
(event: Event, ...args: any[]) => void
Returns
(event: Event, ...args: any[]) => void
public
maxThreads
:
number
public
needDone
:
boolean
public
overrideSetTimeout
:
boolean
public
pauseBetweenTests
:
number
public
preload
:
Array<any>
public
runCore
:
string
public
subTestTimeout
:
number
public
testClass
:
ITest
public
title
:
string
public
transparentEx
:
boolean
public
waitForTimeout
:
number
Methods
public
configure
(
config
:
any
)
Parameters
config:
any
public
start
(
descriptors
?:
Array<any>
)
Parameters
descriptors?:
Array<any>
optional
Globals
Siesta
Siesta.Harness
Siesta.Test
Siesta.Test.Action
Siesta.Test.Action.Role
Siesta.Test.BDD
Siesta.Test.Simulate
IHarness
alsoPreload
autoCheckGlobals
cachePreload
defaultTimeout
disableColoring
expectedGlobals
isReadyTimeout
keepNLastResults
keepResults
listenters
maxThreads
needDone
overrideSetTimeout
pauseBetweenTests
preload
runCore
subTestTimeout
testClass
title
transparentEx
waitForTimeout
configure
start
ITest