Record: TestConfig
Configuration set for test functions.
Fields
- enable boolean(default true)
- groups string[ ](default [])
- dataProvider
function() returns ((any | error))
? - before
function() returns ((any | error))
? - after
function() returns ((any | error))
? - dependsOn [ ](default [])
Flag to enable/disable test functions
List of groups that this test function belongs to
Function, which will be used to feed data into this test
Function to be run before the test is run
Function to be run after the test is run
A list of functions the test function depends on and will be run before the test