testplane / TestCollection
new TestCollection ( specs ) : TestCollection
Parameter
Type
specs
Record
<string
, Test
[]>
TestCollection
src/test-collection.ts:20
disableAll ( browserId ?) : this
Parameter
Type
browserId
?
string
this
src/test-collection.ts:122
disableTest ( fullTitle , browserId ?) : this
Parameter
Type
fullTitle
string
browserId
?
string
this
src/test-collection.ts:136
Parameter
Type
cb
(root
, browserId
) => void
void
src/test-collection.ts:30
Parameter
Type
callback
TestsCallback
<void
>
void
src/test-collection.ts:87
eachTest(browserId, callback)
eachTest ( browserId , callback ) : void
Parameter
Type
browserId
undefined
| string
callback
TestsCallback
<void
>
void
src/test-collection.ts:88
eachTestByVersions ( browserId , cb ) : void
Parameter
Type
browserId
string
cb
(test
, browserId
, browserVersion
?) => void
void
src/test-collection.ts:102
enableAll ( browserId ?) : this
Parameter
Type
browserId
?
string
this
src/test-collection.ts:153
enableTest ( fullTitle , browserId ?) : this
Parameter
Type
fullTitle
string
browserId
?
string
this
src/test-collection.ts:163
string
[]
src/test-collection.ts:43
getRootSuite ( browserId ) : null | RootSuite
Parameter
Type
browserId
string
null
| RootSuite
src/test-collection.ts:25
Parameter
Type
cb
TestsCallback
<T
>
T
[]
src/test-collection.ts:47
mapTests < T > ( browserId , cb ) : T [ ]
Parameter
Type
browserId
undefined
| string
cb
TestsCallback
<T
>
T
[]
src/test-collection.ts:48
sortTests ( callback ) : this
Parameter
Type
callback
SortTestsCallback
this
src/test-collection.ts:63
sortTests(browserId, callback)
sortTests ( browserId , callback ) : this
Parameter
Type
browserId
undefined
| string
callback
SortTestsCallback
this
src/test-collection.ts:64
static create < T > ( this , specs ) : T
Parameter
Type
this
(specs
) => T
specs
Record
<string
, Test
[]>
T
src/test-collection.ts:13