MCPcopy
hub / github.com/codeceptjs/CodeceptJS / createRuns

Function createRuns

lib/command/run-multiple/collection.js:8–15  ·  view source on GitHub ↗
(selectedRuns, config)

Source from the content-addressed store, hash-verified

6 * to be executed and retrieves the run-specific configuration
7 */
8const createRuns = (selectedRuns, config) => {
9 return createCollection(config)
10 .prepareRuns(selectedRuns, config)
11 .prepareChunks(config)
12 .prepareBrowsers(config)
13 .filterSelectedBrowsers(selectedRuns, config)
14 .getRuns();
15};
16
17class Collection {
18 constructor(config) {

Callers 2

createWorkerObjectsFunction · 0.90
run-multiple.jsFile · 0.90

Calls 6

createCollectionFunction · 0.85
getRunsMethod · 0.80
prepareBrowsersMethod · 0.80
prepareChunksMethod · 0.80
prepareRunsMethod · 0.80

Tested by

no test coverage detected