mirror of
https://github.com/dorny/test-reporter.git
synced 2026-02-04 12:15:21 -08:00
Compile dist code
This commit is contained in:
3
dist/index.js
generated
vendored
3
dist/index.js
generated
vendored
@@ -2115,6 +2115,9 @@ function getTestsReport(ts, runIndex, suiteIndex, options) {
|
|||||||
}
|
}
|
||||||
const space = grp.name ? ' ' : '';
|
const space = grp.name ? ' ' : '';
|
||||||
for (const tc of grp.tests) {
|
for (const tc of grp.tests) {
|
||||||
|
if (options.listTests === 'failed' && tc.result !== 'failed') {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
const result = getResultIcon(tc.result);
|
const result = getResultIcon(tc.result);
|
||||||
sections.push(`${space}${result} ${tc.name}`);
|
sections.push(`${space}${result} ${tc.name}`);
|
||||||
if (tc.error) {
|
if (tc.error) {
|
||||||
|
|||||||
Reference in New Issue
Block a user