diff --git a/docs/src/auth.md b/docs/src/auth.md index a4dbb5c281..321ba04577 100644 --- a/docs/src/auth.md +++ b/docs/src/auth.md @@ -16,6 +16,13 @@ app UI). For [HTTP authentication](https://developer.mozilla.org/en-US/docs/Web/ +## Playwright Test vs. Library +* langs: js + +:::caution +This guide is for [Playwright Library](./library.md), if you are using Playwright Test (`@playwright/test`) see [here](./test-auth.md). +::: + ## Automate logging in The Playwright API can automate interaction with a login form. See diff --git a/docs/src/emulation.md b/docs/src/emulation.md index c6f948c221..786f184209 100644 --- a/docs/src/emulation.md +++ b/docs/src/emulation.md @@ -14,7 +14,12 @@ can be changed for individual pages. -
+## Playwright Test vs. Library +* langs: js + +:::caution +This guide is for [Playwright Library](./library.md), if you are using Playwright Test (`@playwright/test`) see [here](./test-configuration.md). +::: ## Devices * langs: js, python, csharp diff --git a/docs/src/pom.md b/docs/src/pom.md index beca39bd37..de866f1a2e 100644 --- a/docs/src/pom.md +++ b/docs/src/pom.md @@ -8,6 +8,13 @@ approach to structure your test suite. +## Playwright Test vs. Library +* langs: js + +:::caution +This guide is for [Playwright Library](./library.md), if you are using Playwright Test (`@playwright/test`) see [here](./test-pom.md). +::: + ## Introduction A page object represents a part of your web application. An e-commerce web application might have a home page, a