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