playwright/packages/playwright-test/src/reporters
Ross Wollman c58bfd0552
fix(html-reporter): duplicate attachment name (#16929)
Fixes #16456.

The extra span/name was coming from
077b8a9289/packages/html-reporter/src/links.tsx (L72)
(in conjunction with the line above it).

These two lines assume `path` and `body` are mutally exclusive.

Regression likely introduced by the PR that added the now removed line #10778.
2022-09-03 15:25:56 -07:00
..
.eslintrc.json chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
base.ts fix(junit reporter): remove source location from classname attribute (#16499) 2022-08-19 16:42:21 -07:00
DEPS.list chore: bundle pwt deps (#13622) 2022-04-18 21:47:18 -07:00
dot.ts feat(test runner): show the number of fatal errors at the end (#15975) 2022-07-28 14:46:21 -07:00
empty.ts chore: always import type (#13365) 2022-04-06 14:57:14 -07:00
github.ts chore: bundle pwt deps (#13622) 2022-04-18 21:47:18 -07:00
html.ts fix(html-reporter): duplicate attachment name (#16929) 2022-09-03 15:25:56 -07:00
json.ts chore: added starting time of test to the base json reporter (#16885) 2022-08-30 20:03:21 -07:00
junit.ts fix(junit reporter): remove source location from classname attribute (#16499) 2022-08-19 16:42:21 -07:00
line.ts feat(test runner): separate interrupted status from skipped (#16124) 2022-08-02 12:55:43 -07:00
list.ts feat(test runner): show the number of fatal errors at the end (#15975) 2022-07-28 14:46:21 -07:00
multiplexer.ts chore: make Reporter.onExit an internal method (#16280) 2022-08-05 13:41:00 -07:00
raw.ts feat(testId): expose persistent test id (#16003) 2022-07-27 20:17:19 -07:00