Skip to content

Commit

Permalink
Update Cypress config (#4547)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwooding authored Jan 8, 2025
1 parent d816b1c commit e86bc11
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,10 @@ jobs:
uses: cypress-io/github-action@v6
with:
install: false
command: yarn run test:components
component: true
browser: chrome
- uses: actions/upload-artifact@v4
if: failure()
with:
name: cypress-screenshots
name: cypress-screenshots-${{ matrix.react }}
path: cypress/screenshots
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"chromatic": "^11.10.1",
"ci-info": "^4.0.0",
"clsx": "^2.0.0",
"cypress": "^13.15.2",
"cypress": "^13.17.0",
"cypress-axe": "^1.5.0",
"cypress-real-events": "^1.13.0",
"deepmerge": "^4.2.2",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3361,7 +3361,7 @@ __metadata:
chromatic: "npm:^11.10.1"
ci-info: "npm:^4.0.0"
clsx: "npm:^2.0.0"
cypress: "npm:^13.15.2"
cypress: "npm:^13.17.0"
cypress-axe: "npm:^1.5.0"
cypress-real-events: "npm:^1.13.0"
deepmerge: "npm:^4.2.2"
Expand Down Expand Up @@ -7444,9 +7444,9 @@ __metadata:
languageName: node
linkType: hard

"cypress@npm:^13.15.2":
version: 13.15.2
resolution: "cypress@npm:13.15.2"
"cypress@npm:^13.17.0":
version: 13.17.0
resolution: "cypress@npm:13.17.0"
dependencies:
"@cypress/request": "npm:^3.0.6"
"@cypress/xvfb": "npm:^1.2.4"
Expand Down Expand Up @@ -7493,7 +7493,7 @@ __metadata:
yauzl: "npm:^2.10.0"
bin:
cypress: bin/cypress
checksum: 10/cf5746744adf2cca916dc1c99bf7d9794599bb0ee42d78d5f656f05140f73962788104d5df88314cc0bee2540795186256c75f2d4fc3652a17d5fba1495e1b06
checksum: 10/6c548e2adf7ae127365570680aa32015dbeb94cad30ce4f8a92e2e58d8ef7033b7f0ece50579a0a13eb07061feede0c813ff8d1e50e0feb87520dece5be4ba95
languageName: node
linkType: hard

Expand Down

0 comments on commit e86bc11

Please sign in to comment.