Commit 2e7f74d
committed
test(e2e): add varlet ecosystem-ci test case (#1428)
## Summary
- Adds [varletjs/varlet](https://github.com/varletjs/varlet) (Vue 3 component library) to the ecosystem-ci matrix
- Runs upstream's [ci.yaml](https://github.com/varletjs/varlet/blob/dev/.github/workflows/ci.yaml) workflow: `node scripts/bootstrap.mjs`, `vp run lint`, `vp run test:coverage`
- Ubuntu-only, Node 22, pinned to commit `83f6c6a` of the `dev` branch
- `forceFreshMigration: true` because the project already lists `vite-plus: catalog:` in devDependencies
## Test plan
- [x] Local verification: `node ecosystem-ci/clone.ts varlet` + `patch-project.ts varlet`
- migrate + `vp install`: 16s
- `node scripts/bootstrap.mjs`: 12.9s (builds all internal packages via varlet-cli)
- `vp run lint`: 0 warnings / 0 errors on 1128 files
- `vp run test:coverage`: 81 test files, 921 tests passed (10.5s) using `vitest@0.0.0` (vite-plus-test)
- [ ] Verify e2e-test workflow passes in CI1 parent 91ed541 commit 2e7f74d
2 files changed
Lines changed: 19 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
314 | 314 | | |
315 | 315 | | |
316 | 316 | | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
317 | 326 | | |
318 | 327 | | |
319 | 328 | | |
| |||
335 | 344 | | |
336 | 345 | | |
337 | 346 | | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
338 | 351 | | |
339 | 352 | | |
340 | 353 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
122 | 128 | | |
123 | 129 | | |
0 commit comments