diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-04-11 18:27:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-11 18:27:17 +0200 |
| commit | c8313a74571bf210665eeb214ab74cdff57f2bac (patch) | |
| tree | c55c08fe4361f63d7458ea00fe4b0262f8b42f78 /cli/tests/testdata/test/fail.out | |
| parent | c154ac5168dadf48e92508b76b91871ed4630825 (diff) | |
feat(test): Improve testing report output (#14255)
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>
Diffstat (limited to 'cli/tests/testdata/test/fail.out')
| -rw-r--r-- | cli/tests/testdata/test/fail.out | 43 |
1 files changed, 22 insertions, 21 deletions
diff --git a/cli/tests/testdata/test/fail.out b/cli/tests/testdata/test/fail.out index 66d471cdf..7c64ec929 100644 --- a/cli/tests/testdata/test/fail.out +++ b/cli/tests/testdata/test/fail.out @@ -1,70 +1,71 @@ Check [WILDCARD]/test/fail.ts -running 10 tests from [WILDCARD]/test/fail.ts -test test 0 ... FAILED ([WILDCARD]) -test test 1 ... FAILED ([WILDCARD]) -test test 2 ... FAILED ([WILDCARD]) -test test 3 ... FAILED ([WILDCARD]) -test test 4 ... FAILED ([WILDCARD]) -test test 5 ... FAILED ([WILDCARD]) -test test 6 ... FAILED ([WILDCARD]) -test test 7 ... FAILED ([WILDCARD]) -test test 8 ... FAILED ([WILDCARD]) -test test 9 ... FAILED ([WILDCARD]) +running 10 tests from test/fail.ts +test 0 ... FAILED ([WILDCARD]) +test 1 ... FAILED ([WILDCARD]) +test 2 ... FAILED ([WILDCARD]) +test 3 ... FAILED ([WILDCARD]) +test 4 ... FAILED ([WILDCARD]) +test 5 ... FAILED ([WILDCARD]) +test 6 ... FAILED ([WILDCARD]) +test 7 ... FAILED ([WILDCARD]) +test 8 ... FAILED ([WILDCARD]) +test 9 ... FAILED ([WILDCARD]) failures: -test 0 +test/fail.ts > test 0 Error at [WILDCARD]/test/fail.ts:2:9 at [WILDCARD] -test 1 +test/fail.ts > test 1 Error at [WILDCARD]/test/fail.ts:5:9 at [WILDCARD] -test 2 +test/fail.ts > test 2 Error at [WILDCARD]/test/fail.ts:8:9 at [WILDCARD] -test 3 +test/fail.ts > test 3 Error at [WILDCARD]/test/fail.ts:11:9 at [WILDCARD] -test 4 +test/fail.ts > test 4 Error at [WILDCARD]/test/fail.ts:14:9 at [WILDCARD] -test 5 +test/fail.ts > test 5 Error at [WILDCARD]/test/fail.ts:17:9 at [WILDCARD] -test 6 +test/fail.ts > test 6 Error at [WILDCARD]/test/fail.ts:20:9 at [WILDCARD] -test 7 +test/fail.ts > test 7 Error at [WILDCARD]/test/fail.ts:23:9 at [WILDCARD] -test 8 +test/fail.ts > test 8 Error at [WILDCARD]/test/fail.ts:26:9 at [WILDCARD] -test 9 +test/fail.ts > test 9 Error at [WILDCARD]/test/fail.ts:29:9 at [WILDCARD] failures: + test/fail.ts test 0 test 1 test 2 |
