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

Function config_run_config

test/runner/custom-reporter-plugin_test.js:14–14  ·  view source on GitHub ↗
(config, grep, verbose = false)

Source from the content-addressed store, hash-verified

12const __dirname = path.dirname(__filename);
13
14const config_run_config = (config, grep, verbose = false) => `${codecept_run} ${verbose ? '--verbose' : ''} --config ${codecept_dir}/configs/custom-reporter-plugin/${config} ${grep ? `--grep "${grep}"` : ''}`
15
16describe('CodeceptJS custom-reporter-plugin', function () {
17 this.timeout(10000)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected