File tree Expand file tree Collapse file tree 4 files changed +29
-3
lines changed
dev-packages/e2e-tests/test-applications Expand file tree Collapse file tree 4 files changed +29
-3
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,12 @@ jobs:
108108 - test-application : ' react-router-6'
109109 build-command : ' test:build-canary'
110110 label : ' react-router-6 (canary)'
111+ - test-application : ' nuxt-3'
112+ build-command : ' test:build-canary'
113+ label : ' nuxt-3 (canary)'
114+ - test-application : ' nuxt-4'
115+ build-command : ' test:build-canary'
116+ label : ' nuxt-4 (canary)'
111117
112118 steps :
113119 - name : Check out current commit
Original file line number Diff line number Diff line change 2121 "@playwright/test" : " ~1.50.0" ,
2222 "@sentry-internal/test-utils" : " link:../../../test-utils"
2323 },
24- "overrides" : {
25- "nitropack" : " ~2.9.7" ,
26- "ofetch" : " ^1.4.0"
24+ "pnpm" : {
25+ "overrides" : {
26+ "nitropack" : " ~2.9.7" ,
27+ "ofetch" : " ^1.4.0"
28+ }
2729 }
2830}
Original file line number Diff line number Diff line change 1212 "clean" : " npx nuxi cleanup" ,
1313 "test" : " playwright test" ,
1414 "test:build" : " pnpm install && pnpm build" ,
15+ "test:build-canary" : " pnpm add nuxt@npm:nuxt-nightly@3x && pnpm add nitropack@npm:nitropack-nightly@latest && pnpm install --force && pnpm build" ,
1516 "test:assert" : " pnpm test"
1617 },
1718 "dependencies" : {
2122 "devDependencies" : {
2223 "@playwright/test" : " ~1.50.0" ,
2324 "@sentry-internal/test-utils" : " link:../../../test-utils"
25+ },
26+ "sentryTest" : {
27+ "optionalVariants" : [
28+ {
29+ "build-command" : " test:build-canary" ,
30+ "label" : " nuxt-3 (canary)"
31+ }
32+ ]
2433 }
2534}
Original file line number Diff line number Diff line change 1212 "clean" : " npx nuxi cleanup" ,
1313 "test" : " playwright test" ,
1414 "test:build" : " pnpm install && pnpm build" ,
15+ "test:build-canary" : " pnpm add nuxt@npm:nuxt-nightly@latest && pnpm add nitropack@npm:nitropack-nightly@latest && pnpm install --force && pnpm build" ,
1516 "test:assert" : " pnpm test"
1617 },
1718 "dependencies" : {
2526 },
2627 "overrides" : {
2728 "@vercel/nft" : " 0.27.4"
29+ },
30+ "sentryTest" : {
31+ "optionalVariants" : [
32+ {
33+ "build-command" : " test:build-canary" ,
34+ "label" : " nuxt-4 (canary)"
35+ }
36+ ]
2837 }
2938}
You can’t perform that action at this time.
0 commit comments