mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-15 14:11:50 +03:00
docs: fixed not existing cross-lang references (#7883)
This commit is contained in:
parent
e4273368fb
commit
7da9545ef8
@ -312,7 +312,7 @@ tests:
|
|||||||
|
|
||||||
By default, Playwright downloads browser binaries when the Playwright NPM package
|
By default, Playwright downloads browser binaries when the Playwright NPM package
|
||||||
is installed. The NPM packages have a `postinstall` hook that downloads the browser
|
is installed. The NPM packages have a `postinstall` hook that downloads the browser
|
||||||
binaries. This behavior can be [customized with environment variables](./library.md#managing-browser-binaries).
|
binaries. This behavior can be [customized with environment variables][installation-managing-browser-binaries].
|
||||||
|
|
||||||
Caching browsers on CI is **strictly optional**: The `postinstall` hooks should
|
Caching browsers on CI is **strictly optional**: The `postinstall` hooks should
|
||||||
execute and download the browser binaries on every run.
|
execute and download the browser binaries on every run.
|
||||||
@ -333,7 +333,7 @@ This behavior can be fixed with one of the following approaches:
|
|||||||
behavior in most CI providers.)
|
behavior in most CI providers.)
|
||||||
1. Set `PLAYWRIGHT_BROWSERS_PATH=0` as the environment variable before running
|
1. Set `PLAYWRIGHT_BROWSERS_PATH=0` as the environment variable before running
|
||||||
`npm install`. This will download the browser binaries in the `node_modules`
|
`npm install`. This will download the browser binaries in the `node_modules`
|
||||||
directory and cache them with the package code. See [managing browser binaries](./library.md#managing-browser-binaries).
|
directory and cache them with the package code. See [managing browser binaries][installation-managing-browser-binaries].
|
||||||
1. Use `npm ci` (instead of `npm install`) which forces a clean install: by
|
1. Use `npm ci` (instead of `npm install`) which forces a clean install: by
|
||||||
removing the existing `node_modules` directory. See [npm docs](https://docs.npmjs.com/cli/ci.html).
|
removing the existing `node_modules` directory. See [npm docs](https://docs.npmjs.com/cli/ci.html).
|
||||||
1. Cache the browser binaries, with the steps below.
|
1. Cache the browser binaries, with the steps below.
|
||||||
|
@ -3,8 +3,6 @@ id: installation
|
|||||||
title: "Installation"
|
title: "Installation"
|
||||||
---
|
---
|
||||||
|
|
||||||
This is a browser installation guide for Playwright Library. If you are using Playwright Test, please refer to [installing browsers](./test-install.md) test guide.
|
|
||||||
|
|
||||||
<!-- TOC -->
|
<!-- TOC -->
|
||||||
|
|
||||||
### Prerequisites for .NET
|
### Prerequisites for .NET
|
||||||
|
@ -20,10 +20,6 @@ title: "Release notes"
|
|||||||
|
|
||||||
- [Intro](./intro.md)
|
- [Intro](./intro.md)
|
||||||
- [Authentication](./auth.md)
|
- [Authentication](./auth.md)
|
||||||
- [Chome Extensions](./chrome-extensions.md)
|
|
||||||
- [Playwright Test Annotations](./test-annotations.md)
|
|
||||||
- [Playwright Test Configuration](./test-configuration.md)
|
|
||||||
- [Playwright Test Fixtures](./test-fixtures.md)
|
|
||||||
|
|
||||||
#### Browser Versions
|
#### Browser Versions
|
||||||
|
|
||||||
|
@ -20,10 +20,6 @@ title: "Release notes"
|
|||||||
|
|
||||||
- [Intro](./intro.md)
|
- [Intro](./intro.md)
|
||||||
- [Authentication](./auth.md)
|
- [Authentication](./auth.md)
|
||||||
- [Chome Extensions](./chrome-extensions.md)
|
|
||||||
- [Playwright Test Annotations](./test-annotations.md)
|
|
||||||
- [Playwright Test Configuration](./test-configuration.md)
|
|
||||||
- [Playwright Test Fixtures](./test-fixtures.md)
|
|
||||||
|
|
||||||
#### Browser Versions
|
#### Browser Versions
|
||||||
|
|
||||||
|
@ -21,9 +21,6 @@ title: "Release notes"
|
|||||||
- [Intro](./intro.md)
|
- [Intro](./intro.md)
|
||||||
- [Authentication](./auth.md)
|
- [Authentication](./auth.md)
|
||||||
- [Chome Extensions](./chrome-extensions.md)
|
- [Chome Extensions](./chrome-extensions.md)
|
||||||
- [Playwright Test Annotations](./test-annotations.md)
|
|
||||||
- [Playwright Test Configuration](./test-configuration.md)
|
|
||||||
- [Playwright Test Fixtures](./test-fixtures.md)
|
|
||||||
|
|
||||||
|
|
||||||
#### Browser Versions
|
#### Browser Versions
|
||||||
|
Loading…
Reference in New Issue
Block a user