summaryrefslogtreecommitdiff
path: root/tests/testdata/test/steps/failing_steps.dot.out
blob: f8ba8d8e62ad4b50e395040c05d901cb6104c71e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
!
.
!
!
!
!
!
!
!

 ERRORS 

nested failure ... step 1 ... inner 1 => ./test/steps/failing_steps.ts:[WILDCARD]
error: Error: Failed.
      throw new Error("Failed.");
            ^
    at [WILDCARD]/failing_steps.ts:[WILDCARD]

multiple test step failures ... step 1 => ./test/steps/failing_steps.ts:[WILDCARD]
error: Error: Fail.
    throw new Error("Fail.");
          ^
    at [WILDCARD]/failing_steps.ts:[WILDCARD]

multiple test step failures ... step 2 => ./test/steps/failing_steps.ts:[WILDCARD]
error: Error: Fail.
  await t.step("step 2", () => Promise.reject(new Error("Fail.")));
                                              ^
    at [WILDCARD]/failing_steps.ts:[WILDCARD]

failing step in failing test ... step 1 => ./test/steps/failing_steps.ts:[WILDCARD]
error: Error: Fail.
    throw new Error("Fail.");
          ^
    at [WILDCARD]/failing_steps.ts:[WILDCARD]

failing step in failing test => ./test/steps/failing_steps.ts:[WILDCARD]
error: Error: Fail test.
  throw new Error("Fail test.");
        ^
    at [WILDCARD]/failing_steps.ts:[WILDCARD]

 FAILURES 

nested failure ... step 1 ... inner 1 => ./test/steps/failing_steps.ts:[WILDCARD]
multiple test step failures ... step 1 => ./test/steps/failing_steps.ts:[WILDCARD]
multiple test step failures ... step 2 => ./test/steps/failing_steps.ts:[WILDCARD]
failing step in failing test ... step 1 => ./test/steps/failing_steps.ts:[WILDCARD]
failing step in failing test => ./test/steps/failing_steps.ts:[WILDCARD]

FAILED | 0 passed (1 step) | 3 failed (5 steps) ([WILDCARD])

error: Test failed