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

Function codecept_run_glob

test/runner/run_workers_test.js:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13const codecept_dir = path.join(__dirname, '/../data/sandbox')
14const codecept_run = `${runner} run-workers --config ${codecept_dir}/codecept.workers.conf.js `
15const codecept_run_glob = config => `${runner} run-workers --config ${codecept_dir}/${config} `
16
17describe('CodeceptJS Workers Runner', function () {
18 this.timeout(40000)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected