CodeceptJS runner
configanyoptsany
Initialize CodeceptJS at specific directory. If async initialization is required, pass callback as second parameter.
dirstring
Creates global variables
dirstring
Loads tests by pattern or by config.tests
patternstring?
Require modules before codeceptjs running
requiringModules[string]
Run a specific test or all loaded tests.
teststring?
Executes bootstrap. If bootstrap is async, second parameter is required.
done
Executes hooks.
Executes teardown. If teardown is async a parameter is provided.
doneany (optional, defaultundefined)