Run all cypress tests from cypress run script.

This commit is contained in:
Dillon Kearns 2022-02-26 09:47:17 -08:00
parent f82212e222
commit 46edf07679

View File

@ -9,7 +9,7 @@
"start": "cd examples/end-to-end && npm start",
"test": "npx elmi-to-json --version && elm-verify-examples --run-tests && elm-test && (cd generator && mocha) && (cd examples/routing && npm i && npm run build -- --debug && elm-test) && npm run test:snapshot",
"test:snapshot": "(cd examples/escaping && npm install && npm test && cd ../..) && (cd examples/base-path && npm install && npm test && cd ../..)",
"cypress": "npm start & cypress run --spec cypress/integration/elm-pages-dev.spec.js",
"cypress": "npm start & cypress run",
"review": "elm-review"
},
"repository": "https://github.com/dillonkearns/elm-pages",
@ -73,4 +73,4 @@
"bin": {
"elm-pages": "generator/src/cli.js"
}
}
}