MCPcopy 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

prepareRunsMethod · 0.95
prepareChunksMethod · 0.95
prepareBrowsersMethod · 0.95

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected