• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1TAP version 13
2# Subtest: test
3ok 1 - test
4  ---
5  duration_ms: *
6  ...
7# Subtest: suite
8    # Subtest: test
9    ok 1 - test
10      ---
11      duration_ms: *
12      ...
13    # Subtest: scheduled async
14    ok 2 - scheduled async
15      ---
16      duration_ms: *
17      ...
18    1..2
19ok 2 - suite
20  ---
21  duration_ms: *
22  type: 'suite'
23  ...
24# Subtest: scheduled async
25ok 3 - scheduled async
26  ---
27  duration_ms: *
28  ...
291..3
30# tests 4
31# suites 1
32# pass 4
33# fail 0
34# cancelled 0
35# skipped 0
36# todo 0
37# duration_ms *
38