Skip to content

Commit 30eb68f

Browse files
authored
test(tanstack): Prefix test labels (#20569)
1 parent 6708ff2 commit 30eb68f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • dev-packages/e2e-tests/test-applications/tanstackstart-react

dev-packages/e2e-tests/test-applications/tanstackstart-react/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,22 +48,22 @@
4848
"sentryTest": {
4949
"variants": [
5050
{
51-
"label": "tunnel-generated",
51+
"label": "tanstackstart-react (tunnel-generated)",
5252
"build-command": "pnpm test:build:tunnel-generated",
5353
"assert-command": "pnpm test:assert:tunnel-generated"
5454
},
5555
{
56-
"label": "tunnel-static",
56+
"label": "tanstackstart-react (tunnel-static)",
5757
"build-command": "pnpm test:build:tunnel-static",
5858
"assert-command": "pnpm test:assert:tunnel-static"
5959
},
6060
{
61-
"label": "tunnel-custom",
61+
"label": "tanstackstart-react (tunnel-custom)",
6262
"build-command": "pnpm test:build:tunnel-custom",
6363
"assert-command": "pnpm test:assert:tunnel-custom"
6464
},
6565
{
66-
"label": "tunnel-object",
66+
"label": "tanstackstart-react (tunnel-object)",
6767
"build-command": "pnpm test:build:tunnel-object",
6868
"assert-command": "pnpm test:assert:tunnel-object"
6969
}

0 commit comments

Comments
 (0)