From bab90e24c7155f0c31d1cf7688ecb6c046b630dd Mon Sep 17 00:00:00 2001 From: dajiaohuang Date: Tue, 15 Sep 2026 06:33:44 +0800 Subject: [PATCH] docs: fix Playwright test env link --- playwright/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright/README.md b/playwright/README.md index 000725d7..1f55ff81 100644 --- a/playwright/README.md +++ b/playwright/README.md @@ -2,7 +2,7 @@ This allows running integration tests using [Playwright](https://playwright.dev/). \ -It usse its own [test.env](/test/scenarios/test.env) with different ports to not collide with a running dev instance. +It uses its own [test.env](./test.env) with different ports to not collide with a running dev instance. ## Install