Skip to content

Commit 819b70b

Browse files
committed
test(e2e): enable more vite-plugin-react tests
1 parent 1c97751 commit 819b70b

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/e2e-test.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,18 @@ jobs:
152152
- name: vite-plugin-react
153153
node-version: 22
154154
command: |
155+
npx playwright install chromium
155156
vite run format
156157
vite run lint -- --fix
157-
# TODO(fengmk2): run all builds and tests after tsdown version upgrade
158+
# TODO(fengmk2): use `vite-task` to run all builds and tests after nested task support
159+
vite run @vitejs/plugin-react#build
160+
vite run @vitejs/plugin-react#test-unit
161+
vite run @vitejs/plugin-react-oxc#build
162+
vite run @vitejs/plugin-react-swc#build
163+
vite run @vitejs/plugin-react-swc#test
158164
vite run @vitejs/plugin-rsc#build
159165
vite run @vitejs/plugin-rsc#test
166+
vite run @vitejs/plugin-rsc#test-e2e-ci
160167
- name: vitepress
161168
node-version: 24
162169
command: |

0 commit comments

Comments
 (0)