Skip to content

Commit 5d724a4

Browse files
taty2010LekoArts
andauthored
set cy:open for e2e and Chrome
Co-authored-by: Lennart <lekoarts@gmail.com>
1 parent 2d46bcf commit 5d724a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Run Next.js seamlessly on Netlify",
55
"scripts": {
66
"build:demo": "cd demos/default && npm run build",
7-
"cy:open": "cypress open --config-file=cypress/config/all.config.ts",
7+
"cy:open": "cypress open --config-file=cypress/config/all.config.ts --browser chrome --e2e",
88
"dev:demo": "next dev demos/default",
99
"format": "run-s format:check-fix:*",
1010
"format:ci": "run-s format:check:*",

0 commit comments

Comments
 (0)