From abed166dd49a346332571346446024aaaadaee8f Mon Sep 17 00:00:00 2001 From: Pavel Feldman Date: Sat, 21 May 2022 11:28:03 -0700 Subject: [PATCH] docs: components known issues --- docs/src/test-components-js.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/src/test-components-js.md b/docs/src/test-components-js.md index 47e4366c82..668db77ab3 100644 --- a/docs/src/test-components-js.md +++ b/docs/src/test-components-js.md @@ -104,6 +104,10 @@ Here is how this is achieved: Playwright is using [Vite](https://vitejs.dev/) to create the components bundle and serve it. +## Known issues and limitations + +Please refer to [this issue](https://github.com/microsoft/playwright/issues/14298) for the list of known issues and limitations. + ## Planned work - Watch mode: watch mode is highly anticipated and should be relatively straightforward in implementation.