Skip to content

Commit

Permalink
Add rspec and test:backend npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
scottohara committed Oct 21, 2024
1 parent c8445bb commit 1db5468
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,10 @@
"format": "prettier --write .",
"format:check": "prettier --check .",
"lint": "eslint",
"rspec": "bundle exec op run --env-file=.env -- rake spec",
"cypress": "op run --env-file=.env -- cypress open --e2e --browser chrome",
"test": "npm run format:check && npm run lint && npm run test:coverage",
"test:backend": "concurrently --prefix-colors auto npm:db npm:rspec",
"test:bdd": "karma start karma-bdd.conf.js",
"test:coverage": "karma start",
"test:e2e": "npm run build && concurrently --prefix-colors auto npm:web:test npm:db npm:cypress",
Expand Down

0 comments on commit 1db5468

Please sign in to comment.