From d21f06d650d1300eab42826ea81aa40c311ee9a9 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Mon, 8 Aug 2022 17:05:56 +0200 Subject: [PATCH] docs: mention test-runner docs in library docs (#16348) --- docs/src/auth.md | 7 +++++++ docs/src/emulation.md | 7 ++++++- docs/src/pom.md | 7 +++++++ 3 files changed, 20 insertions(+), 1 deletion(-) 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