From 819b70b9b2dca4674715ab74f3375df787956c22 Mon Sep 17 00:00:00 2001 From: MK Date: Mon, 5 Jan 2026 20:26:10 +0800 Subject: [PATCH] test(e2e): enable more vite-plugin-react tests --- .github/workflows/e2e-test.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/e2e-test.yml b/.github/workflows/e2e-test.yml index 611d99e667..74799f56fa 100644 --- a/.github/workflows/e2e-test.yml +++ b/.github/workflows/e2e-test.yml @@ -152,11 +152,18 @@ jobs: - name: vite-plugin-react node-version: 22 command: | + npx playwright install chromium vite run format vite run lint -- --fix - # TODO(fengmk2): run all builds and tests after tsdown version upgrade + # TODO(fengmk2): use `vite-task` to run all builds and tests after nested task support + vite run @vitejs/plugin-react#build + vite run @vitejs/plugin-react#test-unit + vite run @vitejs/plugin-react-oxc#build + vite run @vitejs/plugin-react-swc#build + vite run @vitejs/plugin-react-swc#test vite run @vitejs/plugin-rsc#build vite run @vitejs/plugin-rsc#test + vite run @vitejs/plugin-rsc#test-e2e-ci - name: vitepress node-version: 24 command: |