fix(task): cypress open

This commit is contained in:
moklick
2019-10-03 15:20:31 +02:00
parent 3f60371d7b
commit 6496b37a68
2 changed files with 1 additions and 1 deletions

View File

@@ -51,7 +51,7 @@
"build:example": "parcel build examples/*.html -d examples/build",
"dev:wait": "start-server-and-test dev http-get://localhost:1234/index.html",
"cy:run": "cypress run",
"cy:open": "cypress run",
"cy:open": "cypress open",
"cypress": "npm run dev:wait cy:open",
"test": "npm run dev:wait cy:run"
},