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