v1.42.1
microsoft/playwrightv1.42.1Mar 2, 2024by dgozman
AI Summary
A maintenance release focusing on fixing regressions in HTTP requests, CLI plugin imports, and module handling with dot-separated names.
Key Highlights
- Fix for HEAD requests to webServer.url
- Fix for broken initializePlugin import in CLI
- Fix for import statements with dots in component tests
Full Release Notes
### Highlights https://github.com/microsoft/playwright/issues/29732 - [Regression]: HEAD requests to webServer.url since v1.42.0 https://github.com/microsoft/playwright/issues/29746 - [Regression]: Playwright CT CLI scripts fail due to broken initializePlugin import https://github.com/microsoft/playwright/issues/29739 - [Bug]: Component tests fails when imported a module with a dot in a name https://github.com/microsoft/playwright/issues/29731 - [Regression]: 1.42.0 breaks some import statements https://github.com/microsoft/playwright/issues/29760 - [Bug]: Possible regression with chained locators in v1.42 ### Browser Versions * Chromium 123.0.6312.4 * Mozilla Firefox 123.0 * WebKit 17.4 This version was also tested against the following stable channels: * Google Chrome 122 * Microsoft Edge 123