diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-05-09 13:25:04 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-09 13:25:04 +0200 |
| commit | d4ad2b809c62b59ee4c3767bf1ff096b30886bdb (patch) | |
| tree | ed7b36269d02e859f66272214ecb40164d0e55cc /cli/tests/testdata/test/steps | |
| parent | 23efc4fcab2ca3b8b47539a7fb1d904efc57eb7c (diff) | |
feat(test): repeat test name if there's user output (#14495)
This commit changes test report output to repeat test name
before printing result, but only if there's user output, denoted
by markers.
Diffstat (limited to 'cli/tests/testdata/test/steps')
| -rw-r--r-- | cli/tests/testdata/test/steps/output_within.out | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cli/tests/testdata/test/steps/output_within.out b/cli/tests/testdata/test/steps/output_within.out index e44843e29..0f5c95ce3 100644 --- a/cli/tests/testdata/test/steps/output_within.out +++ b/cli/tests/testdata/test/steps/output_within.out @@ -12,20 +12,20 @@ description ... ------- output ------- 3 ----- output end ----- - ok ([WILDCARD]ms) + inner 1 ... ok ([WILDCARD]ms) inner 2 ... ------- output ------- 4 ----- output end ----- - ok ([WILDCARD]ms) + inner 2 ... ok ([WILDCARD]ms) ------- output ------- 5 ----- output end ----- - ok ([WILDCARD]ms) + step 1 ... ok ([WILDCARD]ms) ------- output ------- 6 ----- output end ----- -ok ([WILDCARD]ms) +description ... ok ([WILDCARD]ms) [WILDCARD] |
