docs: add release video (#23365)

add missing videos to release notes
This commit is contained in:
Debbie O'Brien 2023-05-30 09:03:33 -07:00 committed by GitHub
parent f819b1c72d
commit 0c2ec4b7f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,11 @@ import LiteYouTube from '@site/src/components/LiteYouTube';
## Version 1.34
<LiteYouTube
id="JeFD6rqDbBo"
title="Playwright 1.34"
/>
### Highlights
* UI Mode now shows steps, fixtures and attachments:
@ -110,6 +115,11 @@ This version was also tested against the following stable channels:
## Version 1.33
<LiteYouTube
id="JeFD6rqDbBo"
title="Playwright 1.33"
/>
### Locators Update
* Use [`method: Locator.or`] to create a locator that matches either of the two locators.
@ -165,6 +175,11 @@ This version was also tested against the following stable channels:
## Version 1.32
<LiteYouTube
id="jF0yA-JLQW0"
title="Playwright 1.32"
/>
### Introducing UI Mode (preview)
New [UI Mode](./test-ui-mode.md) lets you explore, run and debug tests. Comes with a built-in watch mode.