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

Function config_run_override

test/runner/bootstrap_test.js:16–16  ·  view source on GitHub ↗
(config, override)

Source from the content-addressed store, hash-verified

14const codecept_run = `${runner} run`
15const codecept_run_config = (config, grep) => `${codecept_run} --config ${codecept_dir}/${config} ${grep ? `--grep ${grep}` : ''}`
16const config_run_override = (config, override) => `${codecept_run} --config ${codecept_dir}/${config} --override '${JSON.stringify(override)}'`
17
18describe('CodeceptJS Bootstrap and Teardown', () => {
19 // success

Callers 1

bootstrap_test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected