OptionalextensionExtension of dynamic functions.
OptionalfilterFilter function whether to run or not.
The filter function is called with the file name (basename) of each
dynamic function module, not with the function name. When it returns
false, the file would never be imported, so that every function defined
in the file would never be executed either.
File name (basename) of the dynamic functions
Whether to run or not
Location of the test functions.
OptionalonOn 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. Also, when a file name (basename) does not start with the prefix, the file would never be imported either, so that every function defined in the file would never be executed.
OptionalsimultaneousNumber of simultaneous requests.
The number of requests to be executed simultaneously.
If you configure a value greater than one, the dynamic executor will process the functions concurrently with the given capacity value.
OptionalwrapperWrapper 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
Parameters, result of options.parameters function.
Wrapper function
Options for dynamic executor.