From 61b76636ef94a3afcacdf4d5d3df2a269604ce2f Mon Sep 17 00:00:00 2001 From: khuezy Date: Mon, 21 Feb 2022 18:50:16 -0800 Subject: [PATCH] Update testing.md https://playwright.dev/docs/ci#running-headed Playwright runs headless by default. --- docs/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/testing.md b/docs/testing.md index 6b4bdfaa17ce..2b3c6f692bca 100644 --- a/docs/testing.md +++ b/docs/testing.md @@ -232,7 +232,7 @@ Run `npm run build` and `npm run start`, then run `npm run test:e2e` in another ### Running Playwright on Continuous Integration (CI) -Playwright will by default run your tests in the [headed mode](https://playwright.dev/docs/ci). To install all the Playwright dependencies, run `npx playwright install-deps`. +Playwright will by default run your tests in the [headless mode]https://playwright.dev/docs/ci#running-headed). To install all the Playwright dependencies, run `npx playwright install-deps`. You can learn more about Playwright and Continuous Integration from these resources: