From e8975f36cf1986a282be21ff5959aacf78a82f0c Mon Sep 17 00:00:00 2001 From: Mohamad Shiralizadeh Date: Tue, 3 Jun 2025 09:45:28 +0200 Subject: [PATCH] fix: add install playwright command for contributors (#2527) Co-authored-by: YP66DN --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 98530a570..32813ea62 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -38,6 +38,12 @@ npm run test npm run start ``` +_Note: **playwright** is required for running tests._ + +``` +npx playwright install +``` + Create a Pull Request: - At click on fork (at the right top)