docs: fix release notes did not compile docusaurus (#17302)

This commit is contained in:
Max Schmitt 2022-09-13 18:32:54 +02:00 committed by GitHub
parent 00a3b1b0a2
commit b2e8cf7121
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ Playwright Test now ships an **experimental** Docker integration. The Docker con
With this integration, only **browser binaries** are running inside a Docker container, while all the code is still running on the host operating system.
<img width="450px" src="https://user-images.githubusercontent.com/746130/189774482-fd65d4ce-7b45-46c8-8761-36b76dba4671.png">
<img width="450px" src="https://user-images.githubusercontent.com/746130/189774482-fd65d4ce-7b45-46c8-8761-36b76dba4671.png" />
Read more in [our documentation](./docker#experimental-playwright-test-docker-integration).