Skip to content

Commit 5a139b8

Browse files
authored
test(e2e): add tanstack starter app (#395)
1 parent fb0e891 commit 5a139b8

3 files changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/e2e-test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,12 @@ jobs:
167167
vite run tests-e2e#test
168168
VITE_TEST_BUILD=1 vite run tests-e2e#test
169169
vite run tests-init#test
170+
- name: tanstack-start-helloworld
171+
node-version: 24
172+
command: |
173+
npx playwright install chromium
174+
vite run test
175+
vite run build
170176
171177
steps:
172178
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

ecosystem-ci/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ frm-stack
55
vue-mini
66
vite-plugin-react
77
vitepress
8+
tanstack-start-helloworld

ecosystem-ci/repo.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,10 @@
3333
"repository": "https://github.com/vuejs/vitepress.git",
3434
"branch": "feat/vite-8",
3535
"hash": "9330f228861623c71f2598271d4e79c9c53f2c08"
36+
},
37+
"tanstack-start-helloworld": {
38+
"repository": "https://github.com/fengmk2/tanstack-start-helloworld.git",
39+
"branch": "main",
40+
"hash": "09bafe177bbcd1e3108c441a67601ae6380ad352"
3641
}
3742
}

0 commit comments

Comments
 (0)