docs: mention test-runner docs in library docs (#16348)

This commit is contained in:
Max Schmitt 2022-08-08 17:05:56 +02:00 committed by GitHub
parent 53917f43e1
commit d21f06d650
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 20 additions and 1 deletions

View File

@ -16,6 +16,13 @@ app UI). For [HTTP authentication](https://developer.mozilla.org/en-US/docs/Web/
<!-- TOC -->
## 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

View File

@ -14,7 +14,12 @@ can be changed for individual pages.
<!-- TOC -->
<br/>
## 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

View File

@ -8,6 +8,13 @@ approach to structure your test suite.
<!-- TOC -->
## 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