Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.js
File · 0.80
run.js
File · 0.80
dryRun.js
File · 0.80
run-rerun.js
File · 0.80
check.js
File · 0.80
runTests
Function · 0.80
runPoolTests
Function · 0.80
ensureBootstrap
Function · 0.80
Calls
1
runHook
Function · 0.85
Tested by
no test coverage detected