From fc2086e408162ce369f2b12e0ec29d48fe1d6780 Mon Sep 17 00:00:00 2001 From: "dayuan.jiang" Date: Mon, 5 Jan 2026 01:06:40 +0900 Subject: [PATCH] docs: run both unit and e2e tests before PR --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 2b6442d..d13a6ff 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -49,7 +49,7 @@ npx playwright test --ui 1. Create a feature branch 2. Make changes and ensure `npm run check` passes -3. Run tests with `npm run test:e2e` +3. Run tests with `npm run test && npm run test:e2e` 4. Submit PR against `main` with a clear description ## Issues