v1.21.1

microsoft/playwrightv1.21.1Apr 18, 2022by rwoll

AI Summary

A patch release that fixes performance issues caused by the `fullyParallel` configuration creating too many workers and resolves a regression preventing the library from running on non-Ubuntu Linux distributions.

Key Highlights

  • Fixed regression preventing library use on non-Ubuntu Linux distributions.
  • Fixed `fullyParallel` creating too many workers and slowing down test runs.
  • Updated Chromium to 101.0.4951.26.
  • Updated Firefox to 98.0.2.

Full Release Notes

## Highlights

This patch includes the following bug fixes:

https://github.com/microsoft/playwright/pull/13597 - [BUG] fullyParallel created too many workers, slowing down test run
https://github.com/microsoft/playwright/issues/13530 - [REGRESSION]: Pull request #12877 prevents the library from being used on any linux distro that is not Ubuntu

## Browser Versions

- Chromium 101.0.4951.26
- Mozilla Firefox 98.0.2
- WebKit 15.4

This version was also tested against the following stable channels:

- Google Chrome 100
- Microsoft Edge 100