2021-10-11 09:45:02 -04:00
|
|
|
[WILDCARD]
|
2024-09-16 22:38:40 +03:00
|
|
|
running 3 tests from [WILDCARD]failing_steps.ts
|
2022-04-11 18:27:17 +02:00
|
|
|
nested failure ...
|
|
|
|
step 1 ...
|
|
|
|
inner 1 ... FAILED ([WILDCARD])
|
|
|
|
inner 2 ... ok ([WILDCARD])
|
2023-03-25 19:32:11 +00:00
|
|
|
step 1 ... FAILED (due to 1 failed step) ([WILDCARD])
|
|
|
|
nested failure ... FAILED (due to 1 failed step) ([WILDCARD])
|
2022-04-11 18:27:17 +02:00
|
|
|
multiple test step failures ...
|
|
|
|
step 1 ... FAILED ([WILDCARD])
|
|
|
|
step 2 ... FAILED ([WILDCARD])
|
2023-03-25 19:32:11 +00:00
|
|
|
multiple test step failures ... FAILED (due to 2 failed steps) ([WILDCARD])
|
2022-04-11 18:27:17 +02:00
|
|
|
failing step in failing test ...
|
|
|
|
step 1 ... FAILED ([WILDCARD])
|
2022-07-15 18:09:22 +01:00
|
|
|
failing step in failing test ... FAILED ([WILDCARD])
|
2021-10-11 09:45:02 -04:00
|
|
|
|
2022-05-09 10:56:13 +02:00
|
|
|
ERRORS
|
2021-10-11 09:45:02 -04:00
|
|
|
|
2024-09-16 22:38:40 +03:00
|
|
|
nested failure ... step 1 ... inner 1 => [WILDCARD]failing_steps.ts:[WILDCARD]
|
2023-03-25 19:32:11 +00:00
|
|
|
error: Error: Failed.
|
|
|
|
throw new Error("Failed.");
|
|
|
|
^
|
|
|
|
at [WILDCARD]/failing_steps.ts:[WILDCARD]
|
|
|
|
|
2024-09-16 22:38:40 +03:00
|
|
|
multiple test step failures ... step 1 => [WILDCARD]failing_steps.ts:[WILDCARD]
|
2023-03-25 19:32:11 +00:00
|
|
|
error: Error: Fail.
|
|
|
|
throw new Error("Fail.");
|
|
|
|
^
|
|
|
|
at [WILDCARD]/failing_steps.ts:[WILDCARD]
|
2021-10-11 09:45:02 -04:00
|
|
|
|
2024-09-16 22:38:40 +03:00
|
|
|
multiple test step failures ... step 2 => [WILDCARD]failing_steps.ts:[WILDCARD]
|
2023-03-25 19:32:11 +00:00
|
|
|
error: Error: Fail.
|
|
|
|
await t.step("step 2", () => Promise.reject(new Error("Fail.")));
|
|
|
|
^
|
|
|
|
at [WILDCARD]/failing_steps.ts:[WILDCARD]
|
|
|
|
|
2024-09-16 22:38:40 +03:00
|
|
|
failing step in failing test ... step 1 => [WILDCARD]failing_steps.ts:[WILDCARD]
|
2023-03-25 19:32:11 +00:00
|
|
|
error: Error: Fail.
|
|
|
|
throw new Error("Fail.");
|
|
|
|
^
|
|
|
|
at [WILDCARD]/failing_steps.ts:[WILDCARD]
|
2021-10-11 09:45:02 -04:00
|
|
|
|
2024-09-16 22:38:40 +03:00
|
|
|
failing step in failing test => [WILDCARD]failing_steps.ts:[WILDCARD]
|
2022-05-05 00:15:54 +01:00
|
|
|
error: Error: Fail test.
|
2022-04-16 19:51:12 +02:00
|
|
|
throw new Error("Fail test.");
|
|
|
|
^
|
2021-10-11 09:45:02 -04:00
|
|
|
at [WILDCARD]/failing_steps.ts:[WILDCARD]
|
|
|
|
|
2022-05-09 10:56:13 +02:00
|
|
|
FAILURES
|
2021-10-11 09:45:02 -04:00
|
|
|
|
2024-09-16 22:38:40 +03:00
|
|
|
nested failure ... step 1 ... inner 1 => [WILDCARD]failing_steps.ts:[WILDCARD]
|
|
|
|
multiple test step failures ... step 1 => [WILDCARD]failing_steps.ts:[WILDCARD]
|
|
|
|
multiple test step failures ... step 2 => [WILDCARD]failing_steps.ts:[WILDCARD]
|
|
|
|
failing step in failing test ... step 1 => [WILDCARD]failing_steps.ts:[WILDCARD]
|
|
|
|
failing step in failing test => [WILDCARD]failing_steps.ts:[WILDCARD]
|
2021-10-11 09:45:02 -04:00
|
|
|
|
2022-06-14 20:51:49 +02:00
|
|
|
FAILED | 0 passed (1 step) | 3 failed (5 steps) ([WILDCARD])
|
2021-10-11 09:45:02 -04:00
|
|
|
|
|
|
|
error: Test failed
|