(config, grep, verbose = false)
| 11 | const debug_this_test = false |
| 12 | |
| 13 | const config_run_config = (config, grep, verbose = false) => `${codecept_run} ${verbose || debug_this_test ? '--verbose' : ''} --config ${codecept_dir}/configs/retryHooks/${config} ${grep ? `--grep "${grep}"` : ''}` |
| 14 | |
| 15 | describe('CodeceptJS Retry Hooks', function () { |
| 16 | this.timeout(10000) |