MCPcopy Index your code
hub / github.com/codeceptjs/CodeceptJS / executeStep

Function executeStep

lib/els.js:163–166  ·  view source on GitHub ↗
(step, action, stepConfig = {})

Source from the content-addressed store, hash-verified

161}
162
163async function executeStep(step, action, stepConfig = {}) {
164 step.setCallable(action)
165 return recordStep(step, [stepConfig])
166}

Callers 5

elementFunction · 0.85
eachElementFunction · 0.85
expectElementFunction · 0.85
expectAnyElementFunction · 0.85
expectAllElementsFunction · 0.85

Calls 2

recordStepFunction · 0.85
setCallableMethod · 0.80

Tested by

no test coverage detected