docs: release video and trace viewer video (#32164)
This commit is contained in:
parent
60900f8541
commit
f927495791
|
|
@ -8,9 +8,15 @@ import LiteYouTube from '@site/src/components/LiteYouTube';
|
|||
|
||||
## Version 1.46
|
||||
|
||||
<LiteYouTube
|
||||
id="tQo7w-QQBsI"
|
||||
title="Playwright 1.46"
|
||||
/>
|
||||
|
||||
|
||||
### TLS Client Certificates
|
||||
|
||||
Playwright now allows to supply client-side certificates, so that server can verify them, as specified by TLS Client Authentication.
|
||||
Playwright now allows you to supply client-side certificates, so that server can verify them, as specified by TLS Client Authentication.
|
||||
|
||||
The following snippet sets up a client certificate for `https://example.com`:
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ Playwright Trace Viewer is a GUI tool that lets you explore recorded Playwright
|
|||
- [How to open and view the trace](/trace-viewer-intro.md#opening-the-trace)
|
||||
|
||||
<LiteYouTube
|
||||
id="lfxjs--9ZQs"
|
||||
id="yP6AnTxC34s"
|
||||
title="Viewing Playwright Traces"
|
||||
/>
|
||||
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ Playwright Trace Viewer is a GUI tool that helps you explore recorded Playwright
|
|||
* langs: js
|
||||
|
||||
<LiteYouTube
|
||||
id="lfxjs--9ZQs"
|
||||
id="yP6AnTxC34s"
|
||||
title="Viewing Playwright Traces"
|
||||
/>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue