summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/test/steps/failing_steps.out
blob: 4b717f5cc5c26ae74775edf4638b62c4b235c0fb (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
54
55
56
57
58
59
[WILDCARD]
running 3 tests from ./test/steps/failing_steps.ts
nested failure ...
  step 1 ...
    inner 1 ... FAILED ([WILDCARD])
    inner 2 ... ok ([WILDCARD])
  step 1 ... FAILED (due to 1 failed step) ([WILDCARD])
nested failure ... FAILED (due to 1 failed step) ([WILDCARD])
multiple test step failures ...
  step 1 ... FAILED ([WILDCARD])
  step 2 ... FAILED ([WILDCARD])
multiple test step failures ... FAILED (due to 2 failed steps) ([WILDCARD])
failing step in failing test ...
  step 1 ... FAILED ([WILDCARD])
failing step in failing test ... FAILED ([WILDCARD])

 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