Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codeceptjs/CodeceptJS
/ HookConfig
Interface
HookConfig
typings/index.d.ts:513–515 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
511
}
512
513
interface
HookConfig {
514
retry(retries?: number): HookConfig
515
}
516
517
function
addStep(step: string | RegExp, fn: Function): Promise<void>
518
}
Callers
8
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
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