Skip to content

Commit

Permalink
Try running test in chrome.
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdharmesh committed Apr 11, 2024
1 parent 19e7e35 commit 2da7523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"env:start": "wp-env start",
"env:stop": "wp-env stop",
"cypress:open": "cypress open --config-file tests/cypress/config.config.js",
"cypress:run": "cypress run --config-file tests/cypress/config.config.js",
"cypress:run": "cypress run --config-file tests/cypress/config.config.js --browser chrome",
"clean-dist": "rm -rf ./dist"
},
"engines": {
Expand Down

0 comments on commit 2da7523

Please sign in to comment.