mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-16 06:17:10 +01:00
Put only test filename and test case name into annotation title
This commit is contained in:
parent
198c3d1af3
commit
d071a83e6a
4 changed files with 17 additions and 17 deletions
|
|
@ -18,7 +18,7 @@ Received: false
|
|||
at processTicksAndRejections (internal/process/task_queues.js:97:5)",
|
||||
"path": "__tests__/main.test.js",
|
||||
"start_line": 10,
|
||||
"title": "Test Failed: 'Failing test' [__tests__\\\\main.test.js]",
|
||||
"title": "[__tests__\\\\main.test.js] Failing test",
|
||||
},
|
||||
Object {
|
||||
"annotation_level": "failure",
|
||||
|
|
@ -34,7 +34,7 @@ Received: false
|
|||
at processTicksAndRejections (internal/process/task_queues.js:97:5)",
|
||||
"path": "lib/main.js",
|
||||
"start_line": 2,
|
||||
"title": "Test Failed: 'Exception in target unit' [__tests__\\\\main.test.js]",
|
||||
"title": "[__tests__\\\\main.test.js] Exception in target unit",
|
||||
},
|
||||
Object {
|
||||
"annotation_level": "failure",
|
||||
|
|
@ -49,7 +49,7 @@ Received: false
|
|||
at processTicksAndRejections (internal/process/task_queues.js:97:5)",
|
||||
"path": "__tests__/main.test.js",
|
||||
"start_line": 21,
|
||||
"title": "Test Failed: 'Exception in test' [__tests__\\\\main.test.js]",
|
||||
"title": "[__tests__\\\\main.test.js] Exception in test",
|
||||
},
|
||||
Object {
|
||||
"annotation_level": "failure",
|
||||
|
|
@ -70,7 +70,7 @@ Received: false
|
|||
at runTest (C:\\\\Users\\\\Michal\\\\Workspace\\\\dorny\\\\test-check\\\\reports\\\\jest\\\\node_modules\\\\jest-runner\\\\build\\\\runTest.js:472:34)",
|
||||
"path": "__tests__/second.test.js",
|
||||
"start_line": 1,
|
||||
"title": "Test Failed: 'Timeout test' [__tests__\\\\second.test.js]",
|
||||
"title": "[__tests__\\\\second.test.js] Timeout test",
|
||||
},
|
||||
],
|
||||
"summary": "**6** tests were completed in **1.360s** with **1** passed, **1** skipped and **4** failed.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue