MCPcopy
hub / github.com/codeceptjs/CodeceptJS / config_run_config

Function config_run_config

test/runner/store-test-and-suite_test.js:13–13  ·  view source on GitHub ↗
(config, grep, verbose = false)

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected