mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 21:53:35 +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
|
||||
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
|
||||
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.)
|
||||
1. Set `PLAYWRIGHT_BROWSERS_PATH=0` as the environment variable before running
|
||||
`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
|
||||
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.
|
||||
|
@ -3,8 +3,6 @@ id: 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 -->
|
||||
|
||||
### Prerequisites for .NET
|
||||
|
@ -20,10 +20,6 @@ title: "Release notes"
|
||||
|
||||
- [Intro](./intro.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
|
||||
|
||||
|
@ -20,10 +20,6 @@ title: "Release notes"
|
||||
|
||||
- [Intro](./intro.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
|
||||
|
||||
|
@ -21,9 +21,6 @@ title: "Release notes"
|
||||
- [Intro](./intro.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
|
||||
|
Loading…
Reference in New Issue
Block a user