Skip to content

Commit 750d242

Browse files
authored
test(nuxt): Make Nuxt 5 (nightly) E2E optional (#20113)
Nuxt 5 is still in development and currently in a nightly version. The E2E tests might fail due to changes but this should not block CI as long as v5 is in nightly. This adds the `optional` label to the test. E.g. unblocking this PR: #20071
1 parent 893539d commit 750d242

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dev-packages/e2e-tests/test-applications/nuxt-5/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131
"@playwright/test": "~1.56.0",
3232
"@sentry-internal/test-utils": "link:../../../test-utils"
3333
},
34+
"sentryTest": {
35+
"optional": true
36+
},
3437
"volta": {
3538
"extends": "../../package.json",
3639
"node": "22.20.0"

0 commit comments

Comments
 (0)