mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
docs: mention test-runner docs in library docs (#16348)
This commit is contained in:
parent
53917f43e1
commit
d21f06d650
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user