diff --git a/packages/html-reporter/src/common.css b/packages/html-reporter/src/common.css index f9cb474524..0f26ffd022 100644 --- a/packages/html-reporter/src/common.css +++ b/packages/html-reporter/src/common.css @@ -273,4 +273,9 @@ article, aside, details, figcaption, figure, footer, header, main, menu, nav, se padding: 5px 3px; border: none; } + + .subnav-search-input { + border-left: 0; + border-right: 0; + } } diff --git a/packages/html-reporter/src/icons.tsx b/packages/html-reporter/src/icons.tsx index 234be15f1a..86376bdab4 100644 --- a/packages/html-reporter/src/icons.tsx +++ b/packages/html-reporter/src/icons.tsx @@ -86,20 +86,20 @@ export const commit = () => { }; export const image = () => { - return
- +
{msToString(test.duration)} {report.projectNames.length > 1 && !!test.projectName && } {statusIcon(test.outcome)} - {[...test.path, test.title].join(' › ')} -
+ + {[...test.path, test.title].join(' › ')} + +
+
+ {test.location.file}:{test.location.line} - {imageDiffBadge(test)} - {videoBadge(test)} - {traceBadge(test)} -
- + + {imageDiffBadge(test)} + {videoBadge(test)} + {traceBadge(test)} +
)} ;