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

Function createRun

lib/command/run-multiple/run.js:24–26  ·  view source on GitHub ↗
(name, config)

Source from the content-addressed store, hash-verified

22}
23
24const createRun = (name, config) => {
25 return new Run(name, config);
26};
27
28export {
29 createRun

Callers 3

prepareRunsMethod · 0.90
prepareChunksMethod · 0.90
prepareBrowsersMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected