playwright/tests
Max Schmitt aa929bff3b
test: unflake 'filter should update stats' test (#27085)
It's not possible to calculate the total test duration of the tests in
the UI, since our `msToString` function is lossy. This patch unflakes
the
[test](https://github.com/microsoft/playwright/actions/runs/6183832112/job/16787806162?pr=27074#step:7:254)
when it took longer than a second to start, by writing the test-ids to
the DOM, getting them into the Node.js process, and calculating their
test duration sum based on the JSON report.

Drive-by: I found a bug that we used the JSON report from the main
test-runner process rather than from the merge process, so the test IDs
were still old. (Without that change the `useIntermediateMergeReport`
tests were not passing.
2023-09-14 19:51:05 +02:00
..
android test: roll android chromium to 1190572 (#26807) 2023-08-31 18:08:27 +02:00
assets chore: do not leak internal page handles after closing page (#24169) 2023-07-12 14:51:13 -07:00
components chore: make @playwright/test depend on playwright (#26946) 2023-09-08 14:23:35 -07:00
config chore: store scroll positions in trace viewer (#26938) 2023-09-07 17:14:39 -07:00
electron feat(electron): support tracesDir option (#23947) 2023-06-28 16:32:16 -07:00
image_tools fix(ssim-cie94): make sure a single off pixel yields diff in comparator (#24348) 2023-07-21 12:27:52 -07:00
installation chore: make @playwright/test depend on playwright (#26946) 2023-09-08 14:23:35 -07:00
library test: fix webkit test on Darwin (#27029) 2023-09-12 15:01:44 -07:00
page test: init script runs onces in iframes (#27057) 2023-09-13 09:46:59 -07:00
playwright-test test: unflake 'filter should update stats' test (#27085) 2023-09-14 19:51:05 +02:00
stress chore: add firefox-asan for stress tests (#24049) 2023-07-19 05:53:52 -07:00
webview2 devops: do not upload test-results artifacts (#23168) 2023-05-19 13:06:42 -07:00
.eslintrc.js chore: enable no-floating-promises ESLint rule for tests (#23376) 2023-06-02 21:59:12 +02:00
index.d.ts test: added tests for WebSocket over Socks proxy (#7235) 2021-06-24 18:50:16 +02:00
tsconfig.json chore: render test steps in the trace (#22837) 2023-05-05 15:12:18 -07:00