Skip to content

Commit a307828

Browse files
committed
test(e2e): enable more vite-plugin-react tests
1 parent 23eb122 commit a307828

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.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
161168
steps:
162169
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)