Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeceptjs/CodeceptJS
/ addRun
Method
addRun
lib/command/run-multiple/collection.js:23–25 ·
view source on GitHub ↗
(run)
Source
from the content-addressed store, hash-verified
21
}
22
23
addRun(run) {
24
this.runs.push(run);
25
}
26
27
removeRun(name) {
28
this.runs.forEach((run, index) => {
Callers
3
prepareRuns
Method · 0.95
prepareChunks
Method · 0.95
prepareBrowsers
Method · 0.95
Calls
1
push
Method · 0.80
Tested by
no test coverage detected