From 4fee83fe1374ff908b42af4ca8d656cf56d2c98f Mon Sep 17 00:00:00 2001 From: Ildar Kamalov Date: Wed, 12 Feb 2025 17:49:54 +0300 Subject: [PATCH] add playwright warning --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 29f57c93..fdf1a7a1 100644 --- a/README.md +++ b/README.md @@ -304,6 +304,8 @@ AdGuard Home uses [Playwright](https://playwright.dev) for E2E testing. Tests ar 1. Run `npm install` to install dependencies. 2. Run `npx playwright install` to set up required browsers. +> **Warning:** Playwright will download and install its own browser binaries for testing, which may differ from the browsers installed on your system. + ## Contributing You are welcome to fork this repository, make your changes and [submit a pull request][pr]. Please make sure you follow our [code guidelines][guide] though.