MCPcopy Index your code
hub / github.com/codeceptjs/CodeceptJS / bootstrap

Method bootstrap

lib/codecept.js:156–158  ·  view source on GitHub ↗

* Executes bootstrap. * * @returns {Promise }

()

Source from the content-addressed store, hash-verified

154 * @returns {Promise<void>}
155 */
156 async bootstrap() {
157 return runHook(this.config.bootstrap, 'bootstrap')
158 }
159
160 /**
161 * Executes teardown.

Callers 8

interactive.jsFile · 0.80
run.jsFile · 0.80
dryRun.jsFile · 0.80
run-rerun.jsFile · 0.80
check.jsFile · 0.80
runTestsFunction · 0.80
runPoolTestsFunction · 0.80
ensureBootstrapFunction · 0.80

Calls 1

runHookFunction · 0.85

Tested by

no test coverage detected