Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ export default defineConfig({
framework: 'react',
bundler: 'vite',
},
experimentalRunAllSpecs: true,
excludeSpecPattern: ['**/e2e/**'],
},
includeShadowDom: true,
viewportWidth: 1920,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@vitejs/plugin-react": "5.1.2",
"chromatic": "13.3.5",
"cssnano": "7.1.2",
"cypress": "15.8.2",
"cypress": "15.9.0",
"cypress-real-events": "1.15.0",
"dedent": "1.7.1",
"documentation": "14.0.3",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8217,9 +8217,9 @@ __metadata:
languageName: node
linkType: hard

"cypress@npm:15.8.2":
version: 15.8.2
resolution: "cypress@npm:15.8.2"
"cypress@npm:15.9.0":
version: 15.9.0
resolution: "cypress@npm:15.9.0"
dependencies:
"@cypress/request": "npm:^3.0.10"
"@cypress/xvfb": "npm:^1.2.4"
Expand Down Expand Up @@ -8265,7 +8265,7 @@ __metadata:
yauzl: "npm:^2.10.0"
bin:
cypress: bin/cypress
checksum: 10c0/7e66fb43cc5e021be933a3365ef827929e190255c9c7ab229e247c5f9532e938e88ade880b4e3ac895aad3def35ccaeffa762c3f38c85578f0dc29ec6bb79ade
checksum: 10c0/3626f778d32741262dfe34b810b3ac91ba7c4f66202154512f72bab4cce8c59dc184b76bb627ee3027c4ef6e81439c23b2459f902f05a704050e04329720101c
languageName: node
linkType: hard

Expand Down Expand Up @@ -20463,7 +20463,7 @@ __metadata:
"@vitejs/plugin-react": "npm:5.1.2"
chromatic: "npm:13.3.5"
cssnano: "npm:7.1.2"
cypress: "npm:15.8.2"
cypress: "npm:15.9.0"
cypress-real-events: "npm:1.15.0"
dedent: "npm:1.7.1"
documentation: "npm:14.0.3"
Expand Down
Loading