docs: fixed not existing cross-lang references (#7883)

This commit is contained in:
Max Schmitt 2021-07-28 16:36:52 +02:00 committed by GitHub
parent e4273368fb
commit 7da9545ef8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 2 additions and 15 deletions

View File

@ -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.

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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