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

Method overrideConfig

lib/workers.js:484–488  ·  view source on GitHub ↗

* @param {Object} config

(config)

Source from the content-addressed store, hash-verified

482 * @param {Object} config
483 */
484 overrideConfig(config) {
485 for (const worker of this.workers) {
486 worker.addConfig(config)
487 }
488 }
489
490 async bootstrapAll() {
491 await this._ensureInitialized()

Callers 1

run-workers.jsFile · 0.80

Calls 1

addConfigMethod · 0.80

Tested by

no test coverage detected