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