Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
163
async
function
executeStep(step, action, stepConfig = {}) {
164
step.setCallable(action)
165
return
recordStep(step, [stepConfig])
166
}
Callers
5
element
Function · 0.85
eachElement
Function · 0.85
expectElement
Function · 0.85
expectAnyElement
Function · 0.85
expectAllElements
Function · 0.85
Calls
2
recordStep
Function · 0.85
setCallable
Method · 0.80
Tested by
no test coverage detected