v1.20.2

microsoft/playwrightv1.20.2Apr 1, 2022by aslushnikov

AI Summary

A patch release that fixes several bugs including issues with module imports requiring extensions, `beforeAll` being called incorrectly in parallel mode, and screenshot masking stalling.

Key Highlights

  • Fixed bug where `beforeAll` was called before each test in parallel mode.
  • Fixed extension requirement when importing files with type='module'.
  • Fixed bug where mask stalled the screenshot capture.
  • Updated Chromium to 101.0.4921.0.

Full Release Notes

## Highlights

This patch includes the following bug fixes:

https://github.com/microsoft/playwright/issues/13078 - [BUG] Extension required when importing other files with type="module"
https://github.com/microsoft/playwright/issues/13099 - [BUG] beforeAll is called before each test (fullyParallel)
https://github.com/microsoft/playwright/issues/13204 - [BUG] mask stalls the screenshot

## Browser Versions

- Chromium 101.0.4921.0
- Mozilla Firefox 97.0.1
- WebKit 15.4

This version was also tested against the following stable channels:

- Google Chrome 99
- Microsoft Edge 99