playwright/packages/playwright-core/src
Dmitry Gozman 9d5bf0e90d
fix(test runner): fixture teardown double error, testInfo.attach() (#11365)
- Use file path, not content to calculate the attachment hash.
- Always cleanup fixture from the list on teardown, to avoid reporting
  teardown error multiple times: from the test, and from the cleanup.
2022-01-13 10:38:47 -08:00
..
cli chore: allow CLI version override (#10814) 2021-12-08 23:32:21 -08:00
client chore: don't write into stdout from the test runner, use reporters instead (#11367) 2022-01-12 19:52:40 -08:00
common chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
dispatchers chore: implement locator._highlight / playwright._hideHighlight (#11339) 2022-01-12 07:37:48 -08:00
grid chore: don't write into stdout from the test runner, use reporters instead (#11367) 2022-01-12 19:52:40 -08:00
protocol chore: implement locator._highlight / playwright._hideHighlight (#11339) 2022-01-12 07:37:48 -08:00
remote chore: merge Connection.{close,didDisconnect} (#9524) 2021-10-14 20:58:09 -07:00
server chore: don't write into stdout from the test runner, use reporters instead (#11367) 2022-01-12 19:52:40 -08:00
third_party/highlightjs chore: move diff_match_patch into the test package (#9475) 2021-10-13 13:38:26 -07:00
utils fix(test runner): fixture teardown double error, testInfo.attach() (#11365) 2022-01-13 10:38:47 -08:00
web chore: don't write into stdout from the test runner, use reporters instead (#11367) 2022-01-12 19:52:40 -08:00
browserServerImpl.ts chore: use channel traits (#10389) 2021-11-17 15:26:01 -08:00
inprocess.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
inProcessFactory.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
outofprocess.ts chore: sort out base fixtures (#9809) 2021-10-27 08:28:53 -07:00