add more tests

This commit is contained in:
Philipp Kühn
2020-03-04 10:21:48 +01:00
parent e1ee3dc0dd
commit 79b7344847
4 changed files with 76 additions and 8 deletions

View File

@@ -10,7 +10,7 @@
"build:docs": "gridsome build",
"build:packages": "yarn clean:packages && lerna exec --parallel -- microbundle --raw --compress",
"clean:packages": "rm -rf ./packages/*/dist",
"test:debug": "cypress start",
"test:debug": "cypress open",
"test": "cypress run",
"startandtest": "start-server-and-test start http://localhost:3000 test"
},