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