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