Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeceptjs/CodeceptJS
/ setStatus
Method
setStatus
lib/step/base.js:97–102 ·
view source on GitHub ↗
@param {string} status
(status)
Source
from the content-addressed store, hash-verified
95
96
/** @param {string} status */
97
setStatus(status) {
98
this.status = status
99
if
(this.metaStep) {
100
this.metaStep.setStatus(status)
101
}
102
}
103
104
/** @
return
{string} */
105
humanize() {
Callers
3
run
Method · 0.80
run
Method · 0.80
run
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected