mirror of
https://github.com/denoland/deno.git
synced 2024-12-23 23:59:59 -05:00
c8313a7457
Following changes were done in this commit: - remove "test" prefix before each test - use gray color for "running N tests from ..." prompt - use relative path or remote URL instead of full URL in "running N tests from ..." prompt - in "failures" section, add file path/remote URL before the test name Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
54 lines
1.5 KiB
Text
54 lines
1.5 KiB
Text
[WILDCARD]
|
|
running 3 tests from test/steps/failing_steps.ts
|
|
nested failure ...
|
|
step 1 ...
|
|
inner 1 ... FAILED ([WILDCARD])
|
|
Error: Failed.
|
|
at [WILDCARD]/failing_steps.ts:[WILDCARD]
|
|
[WILDCARD]
|
|
inner 2 ... ok ([WILDCARD])
|
|
FAILED ([WILDCARD])
|
|
FAILED ([WILDCARD])
|
|
multiple test step failures ...
|
|
step 1 ... FAILED ([WILDCARD])
|
|
Error: Fail.
|
|
[WILDCARD]
|
|
step 2 ... FAILED ([WILDCARD])
|
|
Error: Fail.
|
|
at [WILDCARD]/failing_steps.ts:[WILDCARD]
|
|
[WILDCARD]
|
|
FAILED ([WILDCARD])
|
|
failing step in failing test ...
|
|
step 1 ... FAILED ([WILDCARD])
|
|
Error: Fail.
|
|
at [WILDCARD]/failing_steps.ts:[WILDCARD]
|
|
at [WILDCARD]
|
|
FAILED ([WILDCARD])
|
|
|
|
failures:
|
|
|
|
test/steps/failing_steps.ts > nested failure
|
|
Error: 1 test step failed.
|
|
at runTest (deno:runtime/js/40_testing.js:[WILDCARD])
|
|
at async Object.runTests (deno:runtime/js/40_testing.js:[WILDCARD])
|
|
|
|
test/steps/failing_steps.ts > multiple test step failures
|
|
Error: 2 test steps failed.
|
|
at runTest (deno:runtime/js/40_testing.js:[WILDCARD])
|
|
at async Object.runTests (deno:runtime/js/40_testing.js:[WILDCARD])
|
|
|
|
test/steps/failing_steps.ts > failing step in failing test
|
|
Error: Fail test.
|
|
at [WILDCARD]/failing_steps.ts:[WILDCARD]
|
|
at [WILDCARD]
|
|
|
|
failures:
|
|
|
|
test/steps/failing_steps.ts
|
|
nested failure
|
|
multiple test step failures
|
|
failing step in failing test
|
|
|
|
test result: FAILED. 0 passed (1 step); 3 failed (5 steps); 0 ignored; 0 measured; 0 filtered out ([WILDCARD])
|
|
|
|
error: Test failed
|