Documentation website for Playwright
189
stars
1,862
commits
MDX
primary language
Sep 9, 2026
updated
If you see a problem on playwright.dev, please file an issue here.
This website is built using Docusaurus. Content is pulled from the microsoft/playwright repo.
npm install
SRC_DIR=../playwright npm run roll
node src/versions.js --delete 1.16
npm run start-nodejs
[!IMPORTANT]
The docs will start up in "current release" mode by default. To see the latest version of the docs (and likely your changes), visit/nextor press shift 5 times.
See package.json for other languages (java, python, .NET).
npm run build
npm run serve
To roll the docs in PowerShell, make sure you set the env variable correctly, i.e.:
$env:SRC_DIR="C:\Users\user\src\playwright"; npm run roll
Run this on one terminal:
npm run start-nodejs
and this on another, it will automatically use the local docusaurus server:
npx playwright test nodejs
You can set the BASE_URL=https://playwright.dev env var, otherwise http://localhost:3000 gets used by default.
(top 30 of 40)
675 commits
213 commits
175 commits
175 commits
MDX
98.4%
Documentation website for Playwright
189
stars
1,862
commits
MDX
primary language
Sep 9, 2026
updated
If you see a problem on playwright.dev, please file an issue here.
This website is built using Docusaurus. Content is pulled from the microsoft/playwright repo.
npm install
SRC_DIR=../playwright npm run roll
node src/versions.js --delete 1.16
npm run start-nodejs
[!IMPORTANT]
The docs will start up in "current release" mode by default. To see the latest version of the docs (and likely your changes), visit/nextor press shift 5 times.
See package.json for other languages (java, python, .NET).
npm run build
npm run serve
To roll the docs in PowerShell, make sure you set the env variable correctly, i.e.:
$env:SRC_DIR="C:\Users\user\src\playwright"; npm run roll
Run this on one terminal:
npm run start-nodejs
and this on another, it will automatically use the local docusaurus server:
npx playwright test nodejs
You can set the BASE_URL=https://playwright.dev env var, otherwise http://localhost:3000 gets used by default.
(top 30 of 40)
675 commits
213 commits
175 commits
175 commits
MDX
98.4%