v1.45.1

microsoft/playwrightv1.45.1Jul 2, 2024by mxschmitt

AI Summary

Bug fix release fixing Electron and web security regressions.

Key Highlights

  • Fixes ENOENT error with Electron artifacts
  • Fixes locators hanging when elements change visibility with --disable-web-security
  • Fixes NewTab issues with Chrome when using --disable-web-security
  • Fixes beforeEach hooks not being skipped based on fixture conditions

Full Release Notes

### Highlights

https://github.com/microsoft/playwright/issues/31473 - [REGRESSION]: Playwright raises an error ENOENT: no such file or directory, open 'test-results/.playwright-artifacts-0/hash.zip' with Electron
https://github.com/microsoft/playwright/issues/31442 - [REGRESSION]: Locators of elements changing from/to hidden have operations hanging when using `--disable-web-security`
https://github.com/microsoft/playwright/issues/31431 - [REGRESSION]: NewTab doesn't work properly with Chrome with `--disable-web-security`
https://github.com/microsoft/playwright/issues/31425 - [REGRESSION]: beforeEach hooks are not skipped when describe condition depends on fixtures
https://github.com/microsoft/playwright/issues/31491 - [REGRESSION]: `@playwright/experimental-ct-react` doesn't work with VSCode extension and PNPM

## Browser Versions

* Chromium 127.0.6533.5
* Mozilla Firefox 127.0
* WebKit 17.4

This version was also tested against the following stable channels:
* Google Chrome 126
* Microsoft Edge 126