File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,12 +20,6 @@ module.exports = defineConfig({
2020 // We've imported your old cypress plugins here.
2121 // You may want to clean this up later by importing these.
2222 setupNodeEvents ( on , config ) {
23- on ( 'before:browser:launch' , ( _browser , launchOptions ) => {
24- launchOptions . args . push ( '--disable-gpu' ) ;
25-
26- return launchOptions ;
27- } ) ;
28-
2923 return require ( './cypress/plugins/index' ) ( on , config ) ;
3024 } ,
3125 baseUrl : 'http://localhost:3000' ,
Original file line number Diff line number Diff line change 11{
22 "compilerOptions" : {
3+ "paths" : {
4+ "common/*" : [" ../common/*" ],
5+ "components/*" : [" ../components/*" ],
6+ "pages/*" : [" ../pages/*" ],
7+ "public/*" : [" ../public/*" ],
8+ "scripts/*" : [" ../scripts/*" ],
9+ "static/*" : [" ../public/static/*" ],
10+ "styles/*" : [" ../styles/*" ],
11+ "test-utils/*" : [" ../test-utils/*" ]
12+ },
313 "types" : [" cypress" , " @testing-library/cypress" ]
414 }
515}
You can’t perform that action at this time.
0 commit comments