Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
stepRetry
Function · 0.65
retry
Method · 0.65
retryFailedStep.js
File · 0.65
retry
Method · 0.65
_before
Method · 0.65
_before
Method · 0.65
retryStep
Function · 0.65
flaky_test.flaky.js
File · 0.65
flaky_test.retry.js
File · 0.65
test.scenario-stale.js
File · 0.65
step-enhancements_test.js
File · 0.65
retry_before_suite_test.js
File · 0.65
Implementers
6
Hook
lib/mocha/hooks.js
HookConfig
lib/mocha/hooks.js
FeatureConfig
lib/mocha/featureConfig.js
ScenarioConfig
lib/mocha/scenarioConfig.js
DataScenarioConfig
lib/data/dataScenarioConfig.js
StepConfig
lib/step/config.js
Calls
no outgoing calls
Tested by
no test coverage detected