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

Function codecept_run_config

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

Source from the content-addressed store, hash-verified

13const codecept_dir = path.join(__dirname, '/../data/sandbox/configs/bootstrap')
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', () => {

Callers 1

bootstrap_test.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected