File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed
Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ export default defineConfig({
2727 framework : 'react' ,
2828 bundler : 'vite' ,
2929 } ,
30+ experimentalRunAllSpecs : true ,
31+ excludeSpecPattern : [ '**/e2e/**' ] ,
3032 } ,
3133 includeShadowDom : true ,
3234 viewportWidth : 1920 ,
Original file line number Diff line number Diff line change 7070 "@vitejs/plugin-react" : " 5.1.2" ,
7171 "chromatic" : " 13.3.5" ,
7272 "cssnano" : " 7.1.2" ,
73- "cypress" : " 15.8.2 " ,
73+ "cypress" : " 15.9.0 " ,
7474 "cypress-real-events" : " 1.15.0" ,
7575 "dedent" : " 1.7.1" ,
7676 "documentation" : " 14.0.3" ,
Original file line number Diff line number Diff line change @@ -8217,9 +8217,9 @@ __metadata:
82178217 languageName: node
82188218 linkType: hard
82198219
8220- "cypress@npm:15.8.2 ":
8221- version: 15.8.2
8222- resolution: "cypress@npm:15.8.2 "
8220+ "cypress@npm:15.9.0 ":
8221+ version: 15.9.0
8222+ resolution: "cypress@npm:15.9.0 "
82238223 dependencies:
82248224 "@cypress/request": "npm:^3.0.10"
82258225 "@cypress/xvfb": "npm:^1.2.4"
@@ -8265,7 +8265,7 @@ __metadata:
82658265 yauzl: "npm:^2.10.0"
82668266 bin:
82678267 cypress: bin/cypress
8268- checksum: 10c0/7e66fb43cc5e021be933a3365ef827929e190255c9c7ab229e247c5f9532e938e88ade880b4e3ac895aad3def35ccaeffa762c3f38c85578f0dc29ec6bb79ade
8268+ checksum: 10c0/3626f778d32741262dfe34b810b3ac91ba7c4f66202154512f72bab4cce8c59dc184b76bb627ee3027c4ef6e81439c23b2459f902f05a704050e04329720101c
82698269 languageName: node
82708270 linkType: hard
82718271
@@ -20463,7 +20463,7 @@ __metadata:
2046320463 "@vitejs/plugin-react": "npm:5.1.2"
2046420464 chromatic: "npm:13.3.5"
2046520465 cssnano: "npm:7.1.2"
20466- cypress: "npm:15.8.2 "
20466+ cypress: "npm:15.9.0 "
2046720467 cypress-real-events: "npm:1.15.0"
2046820468 dedent: "npm:1.7.1"
2046920469 documentation: "npm:14.0.3"
You can’t perform that action at this time.
0 commit comments