Update warning on playwright dependencies

Update warning on playwright dependencies to explain that if the user has a distro without `apt-get` it might need to install these dependencies manually using it package system.

Links to the playwright GitHub issue, where it explains what are the missing dependencies.
This commit is contained in:
Xaviju 2024-05-28 14:50:32 +02:00 committed by GitHub
parent 102ea570ff
commit 8e2731913d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -372,7 +372,7 @@ npx playwright test --ui
> ⚠️ **WARNING:** It is important to be in the right folder (`frontend`) to launch the command above, or you may have errors trying to run the tests.
> ❗️ **IMPORTANT**: You might need to [install Playwright's browsers and dependencies](https://playwright.dev/docs/intro) in your host machine with: `npx playwright install --with-deps`.
> ❗️ **IMPORTANT**: You might need to [install Playwright's browsers and dependencies](https://playwright.dev/docs/intro) in your host machine with: `npx playwright install --with-deps`. In case you are using a Linux distribution other than Ubuntu, [you might need to install the dependencies manually](https://github.com/microsoft/playwright/issues/11122).
### How to write a test