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 41
41
},
42
42
"volta" : {
43
43
"extends" : " ../../package.json"
44
+ },
45
+ "sentryTest" : {
46
+ "optional" : true
44
47
}
45
48
}
Original file line number Diff line number Diff line change @@ -5,15 +5,9 @@ if (!testEnv) {
5
5
throw new Error ( 'No test env defined' ) ;
6
6
}
7
7
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
+ } ) ;
18
12
19
13
export default config ;
You can’t perform that action at this time.
0 commit comments