Skip to content

Commit 3aed9d2

Browse files
committed
Upgrade cypress to 13.13.2
1 parent 01deb4b commit 3aed9d2

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"scripts": {
2121
"cypress:open": "cypress open --config-file tests/cypress/config.js --e2e --browser chrome",
22-
"cypress:run": "cypress run --config-file tests/cypress/config.js",
22+
"cypress:run": "cypress run --config-file tests/cypress/config.js --e2e --browser chrome",
2323
"env": "wp-env",
2424
"env:start": "wp-env start",
2525
"env:stop": "wp-env stop",
@@ -34,7 +34,7 @@
3434
"@10up/cypress-wp-utils": "^0.4.0",
3535
"@wordpress/env": "^10.2.0",
3636
"10up-toolkit": "^6.2.0",
37-
"cypress": "^13.12.0",
37+
"cypress": "^13.13.2",
3838
"cypress-mochawesome-reporter": "^3.8.2",
3939
"mochawesome-json-to-md": "^1.3.5"
4040
},

0 commit comments

Comments
 (0)