playwright/tests
Dmitry Gozman f8aff6816f fix(test runner): do not use @babel/plugin-transform-dynamic-import
Historically, this plugin was important to translate dynamic imports
into require calls so that we can intercept them and transpile.

This is not needed anymore with ESM loader enabled by default, so
we can avoid this transformation and support dynamic imports of
ESM-only packages/files.
2024-06-12 19:33:42 -07:00
..
android feat(api): add host option in launchServer options (#30999) 2024-05-27 11:24:23 +02:00
assets feat: allow folder uploads (#31165) 2024-06-12 22:20:18 +02:00
components feat(ct): resolve hooksConfig import refs (#31024) 2024-05-28 12:29:52 -07:00
config chore: fix driver modes to test with under_test set (#31117) 2024-06-01 08:33:46 -07:00
electron feat: allow folder uploads (#31165) 2024-06-12 22:20:18 +02:00
image_tools chore: bump @babel dependencies (#27632) 2023-10-17 20:52:41 +02:00
installation fix(electron): allow launching with spaces in path (#30820) 2024-05-15 18:20:00 +02:00
library test: add more edge-case tests for clock (#31256) 2024-06-11 16:43:44 -07:00
page test: disable page-drag tests in headed linux (#31280) 2024-06-12 15:09:56 -07:00
playwright-test fix(test runner): do not use @babel/plugin-transform-dynamic-import 2024-06-12 19:33:42 -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 feat: allow folder uploads (#31165) 2024-06-12 22:20:18 +02: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