docs: add v1.39 release video (#27838)

This commit is contained in:
Debbie O'Brien 2023-10-27 14:36:32 +02:00 committed by GitHub
parent 49b662c22c
commit d395a38a63
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.39 ## Version 1.39
<LiteYouTube
id="KqVuRAlOkm0"
title="Playwright 1.39"
/>
### Add custom matchers to your expect ### Add custom matchers to your expect
You can extend Playwright assertions by providing custom matchers. These matchers will be available on the expect object. You can extend Playwright assertions by providing custom matchers. These matchers will be available on the expect object.