playwright/tests
Yury Semikhatsky fb319e6d3d
fix: match client step and server action by explicit stepId (#30641)
Matching bu `apiName@wallTime` fails when two actions start at the same
time, e.g. two parallel api requests. Moreover, it results in trace
actions that have parent set to themselves, which in turn causes
infinite loop in the trace viewer. To avoid this problems we write
stepId explicitly to the library trace and use those step ids to find
corresponding test runner steps.

The stepId is passed via zone in case of expect, because the protocol
step is quite deep in the call chain after or explicitly in case of API
call steps created by the test runner instrumentation.
2024-05-14 12:10:46 -07:00
..
android chore: do not use project id in telereporter (#29776) 2024-03-01 21:44:08 -08:00
assets fix(trace-viewer): make call ids unique across trace files (#30720) 2024-05-08 17:33:31 -07:00
components fix(ct): mount then unmount then mount (#30657) 2024-05-14 11:03:46 -07:00
config chore: fix typos (#30645) 2024-05-08 19:40:03 +01:00
electron fix(electron): record har file (#30748) 2024-05-10 15:32:01 -07:00
image_tools chore: bump @babel dependencies (#27632) 2023-10-17 20:52:41 +02:00
installation chore: fix typos (#30645) 2024-05-08 19:40:03 +01:00
library fix(selector generator): properly escape re used in has-text (#30767) 2024-05-13 12:40:46 -07:00
page test: should take fullPage screenshots and mask elements outside of it (#30802) 2024-05-14 18:09:18 +01:00
playwright-test fix: match client step and server action by explicit stepId (#30641) 2024-05-14 12:10:46 -07:00
stress chore: drop firefox-asan (#30626) 2024-05-01 22:13:00 +00:00
third_party/proxy chore: fix typos (#30645) 2024-05-08 19:40:03 +01:00
webview2 chore: remove checkCoverage script (#30552) 2024-04-25 14:00:14 -07:00
.eslintrc.js chore: strengthen linting (#29669) 2024-02-26 16:52:28 -08:00
index.d.ts test: added tests for WebSocket over Socks proxy (#7235) 2021-06-24 18:50:16 +02:00
tsconfig.json test: add installation tests for supposed plugin story (#27331) 2023-09-28 17:18:22 -07:00