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

Function step

test/unit/junitReporter_test.js:14–21  ·  view source on GitHub ↗
(name, args, status)

Source from the content-addressed store, hash-verified

12import MetaStep from '../../lib/step/meta.js'
13
14function step(name, args, status) {
15 const s = new Step(name)
16 s.args = args
17 s.status = status
18 s.startTime = 1000
19 s.endTime = 1042
20 return s
21}
22
23function metaStep(actor, method, args, status) {
24 const m = new MetaStep(actor, method)

Callers 1

makeResultFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected