File tree Expand file tree Collapse file tree 2 files changed +7
-10
lines changed
dev-packages/e2e-tests/test-applications/nextjs-orpc Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 4141 },
4242 "volta" : {
4343 "extends" : " ../../package.json"
44+ },
45+ "sentryTest" : {
46+ "optional" : true
4447 }
4548}
Original file line number Diff line number Diff line change @@ -5,15 +5,9 @@ if (!testEnv) {
55 throw new Error ( 'No test env defined' ) ;
66}
77
8- const config = getPlaywrightConfig (
9- {
10- startCommand : testEnv === 'development' ? 'pnpm next dev -p 3030' : 'pnpm next start -p 3030' ,
11- port : 3030 ,
12- } ,
13- {
14- // This comes with the risk of tests leaking into each other but the tests run quite slow so we should parallelize
15- workers : '100%' ,
16- } ,
17- ) ;
8+ const config = getPlaywrightConfig ( {
9+ startCommand : testEnv === 'development' ? 'pnpm next dev -p 3030' : 'pnpm next start -p 3030' ,
10+ port : 3030 ,
11+ } ) ;
1812
1913export default config ;
You can’t perform that action at this time.
0 commit comments