File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1515e2e :
1616 @echo " Running tests..."
1717 docker compose run --rm -e CI=true json-tool npm run test
18- docker run --network=host --rm -e CYPRESS_BASE_URL=http://localhost:3000 -v $(shell pwd) :/app -w /app cypress/included:14.3 .0 npm run e2e
18+ docker run --network=host --rm -e CYPRESS_BASE_URL=http://localhost:3000 -v $(shell pwd) :/app -w /app cypress/included:15.10 .0 npm run e2e
1919
2020clean :
2121 @echo " Cleaning up..."
Original file line number Diff line number Diff line change @@ -23,7 +23,9 @@ module.exports = defineConfig({
2323 return null ; // or return a value if needed
2424 } ,
2525 } ) ;
26- installPlugin ( on , config ) ;
26+ if ( process . env . ELECTRON_EXTRA_LAUNCH_ARGS ) {
27+ installPlugin ( on , config ) ;
28+ }
2729 coverage ( on , config ) ;
2830 on ( 'file:preprocessor' , cucumber ( ) ) ;
2931 return config ;
You can’t perform that action at this time.
0 commit comments