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

Function metaStep

test/unit/junitReporter_test.js:23–30  ·  view source on GitHub ↗
(actor, method, args, status)

Source from the content-addressed store, hash-verified

21}
22
23function metaStep(actor, method, args, status) {
24 const m = new MetaStep(actor, method)
25 m.args = args
26 m.status = status
27 m.startTime = 1000
28 m.endTime = 1310
29 return m
30}
31
32function makeResult() {
33 const loginSuite = { title: 'Login', file: '/tests/login_test.js', startedAt: Date.now() }

Callers 1

makeResultFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected