docs: add video for 1.24 and improve toc (#16351)
docs: mention test-runner docs in library docs (#16348)
This commit is contained in:
parent
1ca6635bb8
commit
6552788a6e
|
|
@ -1,12 +1,15 @@
|
|||
---
|
||||
id: release-notes
|
||||
title: "Release notes"
|
||||
toc_max_heading_level: 2
|
||||
---
|
||||
|
||||
<!-- TOC -->
|
||||
|
||||
## Version 1.24
|
||||
|
||||
<div className="embed-youtube">
|
||||
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/9F05o1shxcY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
</div>
|
||||
|
||||
### 🐂 Debian 11 Bullseye Support
|
||||
|
||||
Playwright now supports Debian 11 Bullseye on x86_64 for Chromium, Firefox and WebKit. Let us know
|
||||
|
|
|
|||
|
|
@ -1,12 +1,15 @@
|
|||
---
|
||||
id: release-notes
|
||||
title: "Release notes"
|
||||
toc_max_heading_level: 2
|
||||
---
|
||||
|
||||
<!-- TOC -->
|
||||
|
||||
## Version 1.24
|
||||
|
||||
<div className="embed-youtube">
|
||||
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/9F05o1shxcY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
</div>
|
||||
|
||||
### 🐂 Debian 11 Bullseye Support
|
||||
|
||||
Playwright now supports Debian 11 Bullseye on x86_64 for Chromium, Firefox and WebKit. Let us know
|
||||
|
|
|
|||
|
|
@ -1,12 +1,15 @@
|
|||
---
|
||||
id: release-notes
|
||||
title: "Release notes"
|
||||
toc_max_heading_level: 2
|
||||
---
|
||||
|
||||
<!-- TOC -->
|
||||
|
||||
## Version 1.24
|
||||
|
||||
<div className="embed-youtube">
|
||||
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/9F05o1shxcY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
</div>
|
||||
|
||||
### 🌍 Multiple Web Servers in `playwright.config.ts`
|
||||
|
||||
Launch multiple web servers, databases, or other processes by passing an array of configurations:
|
||||
|
|
|
|||
|
|
@ -1,12 +1,15 @@
|
|||
---
|
||||
id: release-notes
|
||||
title: "Release notes"
|
||||
toc_max_heading_level: 2
|
||||
---
|
||||
|
||||
<!-- TOC -->
|
||||
|
||||
## Version 1.24
|
||||
|
||||
<div className="embed-youtube">
|
||||
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/9F05o1shxcY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
</div>
|
||||
|
||||
### 🐂 Debian 11 Bullseye Support
|
||||
|
||||
Playwright now supports Debian 11 Bullseye on x86_64 for Chromium, Firefox and WebKit. Let us know
|
||||
|
|
|
|||
Loading…
Reference in New Issue