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

Method retry

typings/index.d.ts:514–514  ·  view source on GitHub ↗
(retries?: number)

Source from the content-addressed store, hash-verified

512
513 interface HookConfig {
514 retry(retries?: number): HookConfig
515 }
516
517 function addStep(step: string | RegExp, fn: Function): Promise<void>

Callers 15

stepRetryFunction · 0.65
retryMethod · 0.65
retryFailedStep.jsFile · 0.65
retryMethod · 0.65
_beforeMethod · 0.65
_beforeMethod · 0.65
retryStepFunction · 0.65

Implementers 6

Hooklib/mocha/hooks.js
HookConfiglib/mocha/hooks.js
FeatureConfiglib/mocha/featureConfig.js
ScenarioConfiglib/mocha/scenarioConfig.js
DataScenarioConfiglib/data/dataScenarioConfig.js
StepConfiglib/step/config.js

Calls

no outgoing calls

Tested by

no test coverage detected