diff --git a/package.json b/package.json index 7885e283..570955cc 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ "main": "index.js", "scripts": { "start": "cd examples/docs && npm start", - "test": "elm-verify-examples --run-tests && elm-test && (cd generator && mocha) && (cd examples/routing && npm i && npm run build -- --debug && elm-test)", + "test": "elm-verify-examples --run-tests && elm-test && (cd generator && mocha) && (cd examples/routing && npm i && npm run build -- --debug && elm-test) && npm run cypress", + "cypress": "npm start & cypress run --spec cypress/integration/elm-pages-dev.spec.js", "review": "elm-review" }, "repository": "https://github.com/dillonkearns/elm-pages", @@ -58,4 +59,4 @@ "bin": { "elm-pages": "generator/src/cli.js" } -} +} \ No newline at end of file