playwright/tests
Max Schmitt 4c4789c740
chore: validate deps during install (#28932)
Motivation: On Windows we call around 50 times `PrintDeps.exe` which
takes on a very fast machine 500+ms. On Linux we do it around 120 times
(`ldd`) which takes around 150ms.

This change validates the dependencies once on browser install (`npx
playwright install`). In case its failing, it will emit a warning, in
case of a success, it will create a marker file that the binary has been
validated. For future `launch()` calls, we'll read this file and if
exists, we'll not validate again. Otherwise we'll validate again.

Note: If the marker file is older than 30 days, the browser will be
validated again.
2024-01-25 20:55:53 +01:00
..
android test: unflake 'android.launchServer' WS leak test (#28891) 2024-01-08 19:07:06 +01:00
assets feat: page.handleLocator that closes any interstitial pages/dialogs (#29029) 2024-01-19 12:35:00 -08:00
components chore: move vite root dir into template folder (#29081) 2024-01-23 09:40:05 -08:00
config chore: split cli processing into cli endpoint and program (#29131) 2024-01-23 15:22:09 -08:00
electron chore: get rid of 'electron-to-chromium' dependency (#28826) 2024-01-03 19:49:37 +01:00
image_tools chore: bump @babel dependencies (#27632) 2023-10-17 20:52:41 +02:00
installation chore: validate deps during install (#28932) 2024-01-25 20:55:53 +01:00
library feat(codegen): generate multiple selectors to choose from (#29154) 2024-01-25 07:35:58 -08:00
page feat: page.handleLocator that closes any interstitial pages/dialogs (#29029) 2024-01-19 12:35:00 -08:00
playwright-test chore: automatically detect the dev server (#29176) 2024-01-25 11:46:47 -08:00
stress fix(dispatchers): separate gc bucket for main frame, increased limit (#28629) 2023-12-14 10:42:08 -08:00
webview2 test: use net8.0 for webview2 tests (#28665) 2023-12-15 13:03:33 -08: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 test: add installation tests for supposed plugin story (#27331) 2023-09-28 17:18:22 -07:00