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

Method retry

lib/data/dataScenarioConfig.js:33–36  ·  view source on GitHub ↗

* Retry this test for x times * * @param {*} retries

(retries)

Source from the content-addressed store, hash-verified

31 * @param {*} retries
32 */
33 retry(retries) {
34 this.scenarios.forEach(scenario => scenario.retry(retries))
35 return this
36 }
37
38 /**
39 * Set timeout for this test

Callers

nothing calls this directly

Calls 1

retryMethod · 0.65

Tested by

no test coverage detected