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

Function createCollection

lib/command/run-multiple/collection.js:180–182  ·  view source on GitHub ↗
(runs)

Source from the content-addressed store, hash-verified

178}
179
180const createCollection = (runs) => {
181 return new Collection(runs);
182};
183
184function guessBrowser(config) {
185 const firstHelper = Object.keys(config.helpers)[0];

Callers 1

createRunsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected