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

Function config_run_config

test/plugin/plugin_test.js:12–12  ·  view source on GitHub ↗
(config, grep)

Source from the content-addressed store, hash-verified

10const codecept_dir = path.join(__dirname, '../acceptance')
11const codecept_run = `${runner} run`
12const config_run_config = (config, grep) => `${codecept_run} --config ${codecept_dir}/${config} ${grep ? `--grep "${grep}"` : ''}`
13
14describe('CodeceptJS plugin', function () {
15 this.timeout(60000)

Callers 1

plugin_test.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected