(actor, method, args, status)
| 21 | } |
| 22 | |
| 23 | function 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 | |
| 32 | function makeResult() { |
| 33 | const loginSuite = { title: 'Login', file: '/tests/login_test.js', startedAt: Date.now() } |