Skip to content

Commit a40472c

Browse files
authored
feat(e2e): add vite-vue-vercel ecosystem-ci test for vitest browser mode (#637)
1 parent 0331cef commit a40472c

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/e2e-test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,12 @@ jobs:
229229
vp run lint
230230
vp run test:run
231231
npx tsc --noEmit
232+
- name: vite-vue-vercel
233+
node-version: 24
234+
command: |
235+
npx playwright install chromium
236+
vp run test
237+
vp run build
232238
- name: dify
233239
node-version: 24
234240
directory: web

ecosystem-ci/repo.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,10 @@
4949
"repository": "https://github.com/itaymendel/oxlint-plugin-complexity.git",
5050
"branch": "main",
5151
"hash": "0db2fd94497ca21952ba0a000a8ce81fd4854e36"
52+
},
53+
"vite-vue-vercel": {
54+
"repository": "https://github.com/fengmk2/vite-vue-vercel.git",
55+
"branch": "main",
56+
"hash": "f2bf9fc40880c6a80f5d89bff70641c2eeaf77ef"
5257
}
5358
}

0 commit comments

Comments
 (0)