Skip to content

Commit

Permalink
ci(cypress): run e2e tests on the studio production build
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoerge committed Mar 2, 2021
1 parent 1f35fe1 commit 85c54c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@
"blog-studio": "cd examples/blog-studio && npm start",
"stylelint": "stylelint \"**/*.css\"",
"stylelint:fix": "stylelint \"**/*.css\" --fix",
"build-and-serve": "cd examples/test-studio && npm run build && history-server -p 3333 -a dist",
"test": "echo 'Run `npm run test-all` to run `npm test` for every package'",
"test-all": "npm run type-check && lerna run test --concurrency=2 --stream",
"test-e2e": "start-server-and-test start http://localhost:3333 'npm run cypress -- run --config-file ./cypress/cypress.json'",
"test-e2e": "start-server-and-test build-and-serve http://localhost:3333 'npm run cypress -- run --config-file ./cypress/cypress.json'",
"test-perf": "start-server-and-test perf-studio http://localhost:3344 'ts-node -r dotenv/config perf/suite'",
"updated": "lerna updated",
"watch": "gulp watch",
Expand Down Expand Up @@ -106,6 +107,7 @@
"gulp-watch": "^5.0.1",
"hard-rejection": "^2.1.0",
"hashids": "^2.2.8",
"history-server": "^1.3.1",
"husky": "^2.5.0",
"lerna": "^3.16.4",
"lodash": "^4.17.15",
Expand Down

0 comments on commit 85c54c3

Please sign in to comment.