playwright/packages
Dmitry Gozman c1447eb8c1 fix(types): update types for test.extend
- Replace `KeyValue` with `{}` to avoid inferring `KeyValue` when not intended
  and turning all properties into `any`.
- Employ `as Exclude<K, keyof PW | keyof PT>` technique to make sure
  overridden fixtures inherit from the base test type, and are not looked up
  in the extended fixtures list where they are not present.

This should fix errors with TypeScript 5.8.
2024-11-28 09:17:00 +00:00
..
html-reporter chore(html): hmr report should survive reload (#33696) 2024-11-20 16:35:39 +01:00
playwright fix(types): update types for test.extend 2024-11-28 09:17:00 +00:00
playwright-browser-chromium chore: update headless shell treatment (#33603) 2024-11-14 04:20:44 -08:00
playwright-browser-firefox chore: mark v1.50.0-next (#33572) 2024-11-13 12:51:54 +01:00
playwright-browser-webkit chore: mark v1.50.0-next (#33572) 2024-11-13 12:51:54 +01:00
playwright-chromium chore: update headless shell treatment (#33603) 2024-11-14 04:20:44 -08:00
playwright-core feat(chromium-tip-of-tree): roll to r1281 (#33769) 2024-11-26 14:26:35 +01:00
playwright-ct-core chore: mark v1.50.0-next (#33572) 2024-11-13 12:51:54 +01:00
playwright-ct-react chore: mark v1.50.0-next (#33572) 2024-11-13 12:51:54 +01:00
playwright-ct-react17 chore: mark v1.50.0-next (#33572) 2024-11-13 12:51:54 +01:00
playwright-ct-svelte chore: mark v1.50.0-next (#33572) 2024-11-13 12:51:54 +01:00
playwright-ct-vue chore: mark v1.50.0-next (#33572) 2024-11-13 12:51:54 +01:00
playwright-firefox chore: mark v1.50.0-next (#33572) 2024-11-13 12:51:54 +01:00
playwright-test chore: mark v1.50.0-next (#33572) 2024-11-13 12:51:54 +01:00
playwright-webkit chore: mark v1.50.0-next (#33572) 2024-11-13 12:51:54 +01:00
protocol/src chore: allow highlighting aria template from extension (#33594) 2024-11-13 21:33:38 -08:00
recorder chore: add cm placeholder text (#33635) 2024-11-15 16:19:35 -08:00
trace/src fix(tracing): use page swap timestamp to find closest screenshot (#32512) 2024-09-10 14:32:33 +02:00
trace-viewer feat(trace): preserve the open state of popovers (#33728) 2024-11-22 09:35:19 -08:00
web chore: add cm placeholder text (#33635) 2024-11-15 16:19:35 -08:00
.eslintrc.js chore: replace process.exit with graceful closure (#24242) 2023-07-24 08:29:29 -07:00