File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
dev-packages/e2e-tests/test-applications/nuxt-4 Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 88 "generate" : " nuxt generate" ,
99 "preview" : " nuxt preview" ,
1010 "start" : " node .output/server/index.mjs" ,
11+ "start:import" : " node --import ./.output/server/sentry.server.config.mjs .output/server/index.mjs" ,
1112 "clean" : " npx nuxi cleanup" ,
1213 "test" : " playwright test" ,
1314 "test:build" : " pnpm install && npx playwright install && pnpm build" ,
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ const nuxtConfigOptions: ConfigOptions = {
1212 * Like this: import { expect, test } from '@nuxt/test-utils/playwright' */
1313
1414const config = getPlaywrightConfig ( {
15- startCommand : `pnpm start` ,
15+ startCommand : `pnpm start:import ` ,
1616 use : { ...nuxtConfigOptions } ,
1717} ) ;
1818
You can’t perform that action at this time.
0 commit comments