Skip to content

Commit

Permalink
Update internal-api.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent authored Oct 29, 2023
1 parent ef5d709 commit 05fa641
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions docs/internal-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,14 +112,18 @@ module.exports = function() {

// in console log
FAIL | 7 passed, 1 failed, 1 skipped // 2s
2s
{
passes: 7,
failures: 1,
tests: 9,
pending: 1,
start: 2023-10-26T13:15:57.685Z,
end: 2023-10-26T13:15:59.880Z,
duration: 2195
suites: [...],
tests: {
passed: [...],
failed: [...],
skipped: [...],
},
steps: {
passed: [...],
failed: [...],
},
}
```

Expand Down

0 comments on commit 05fa641

Please sign in to comment.