Optional
extensionExtension of dynamic functions.
Optional
filterFilter function whether to run or not.
Function name
Whether to run or not
Location of the test functions.
Optional
onOn complete function.
Listener of completion of a test function.
Execution result of a test function
Get parameters of a function.
Function name
Parameters
Prefix of function name.
Every prefixed function will be executed.
In other words, if a function name doesn't start with the prefix, then it would never be executed.
Optional
wrapperWrapper of test function.
If you specify this wrapper
property, every dynamic functions
loaded and called by this DynamicExecutor
would be wrapped by
the wrapper
function.
Function name
Function to be executed
Wrapper function
Options for dynamic executor.