playwright/packages
Max Schmitt b387249e45
chore: enhance download/install logic of branded browsers (#26806)
- Remove the check for 32 vs. 64 bit, since we only support 64 Windows
since a while
- Introduce `$ErrorActionPreference = 'Stop'` which is a best practice
otherwise the code would have continued running even a statement/line
was failing. E.g. download failed, it would still try to install
- `$ms.DownloadFile` checks for the status code internally, so we are
safe regarding this, it will throw otherwise.

This won't fix https://github.com/microsoft/playwright/issues/26591 but
makes the code more safe and might be related.
2023-08-31 22:48:07 +02:00
..
html-reporter chore: fix html-reporter/trace-viewer TSC errors (#26813) 2023-08-31 18:08:38 +02:00
playwright feat: make playwright package not install browsers automatically (#26672) 2023-08-27 07:24:35 -07:00
playwright-browser-chromium feat: make playwright package not install browsers automatically (#26672) 2023-08-27 07:24:35 -07:00
playwright-browser-firefox feat: make playwright package not install browsers automatically (#26672) 2023-08-27 07:24:35 -07:00
playwright-browser-webkit feat: make playwright package not install browsers automatically (#26672) 2023-08-27 07:24:35 -07:00
playwright-chromium chore: cut 1.37.0 branch (#26357) 2023-08-09 01:46:29 -07:00
playwright-core chore: enhance download/install logic of branded browsers (#26806) 2023-08-31 22:48:07 +02:00
playwright-ct-core chore: do not add plugins to config twice (#26670) 2023-08-24 16:19:57 -07:00
playwright-ct-react chore: do not add plugins to config twice (#26670) 2023-08-24 16:19:57 -07:00
playwright-ct-react17 chore: do not add plugins to config twice (#26670) 2023-08-24 16:19:57 -07:00
playwright-ct-solid chore: cut 1.37.0 branch (#26357) 2023-08-09 01:46:29 -07:00
playwright-ct-svelte feat(ct): svelte vite context (#26554) 2023-08-19 16:26:06 -07:00
playwright-ct-vue fix(ct): vue jsx mount options type (#26566) 2023-08-21 08:48:03 -07:00
playwright-ct-vue2 fix(ct): vue jsx mount options type (#26566) 2023-08-21 08:48:03 -07:00
playwright-firefox chore: cut 1.37.0 branch (#26357) 2023-08-09 01:46:29 -07:00
playwright-test chore: include start/endTime and duration in onEnd report callback (#26760) 2023-08-29 10:56:21 -07:00
playwright-webkit chore: cut 1.37.0 branch (#26357) 2023-08-09 01:46:29 -07:00
protocol/src feat(evaluate): serialize map and set (#26730) 2023-08-28 14:32:41 -07:00
recorder chore: use SVG icons for web apps (#26564) 2023-08-21 18:33:02 +02:00
trace/src chore: fix har date types (#26783) 2023-08-30 12:40:46 -07:00
trace-viewer fix(trace viewer): make sure target inside shadow dom is highlighted (#26823) 2023-08-31 12:46:49 -07:00
web chore: fix html-reporter/trace-viewer TSC errors (#26813) 2023-08-31 18:08:38 +02:00
.eslintrc-with-ts-config.js lint: prevent object string concatenation (#23172) 2023-05-19 15:17:43 -07:00
.eslintrc.js chore: replace process.exit with graceful closure (#24242) 2023-07-24 08:29:29 -07:00