Skip to content

Commit

Permalink
Hide db output from test:backend, and forced concurrently to kill oth…
Browse files Browse the repository at this point in the history
…er processes when test process ends
  • Loading branch information
scottohara committed Oct 21, 2024
1 parent 1db5468 commit edd8dd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@
"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:backend": "concurrently --prefix-colors auto --hide db --kill-others 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",
"test:e2e": "npm run build && concurrently --prefix-colors auto --kill-others npm:web:test npm:db npm:cypress",
"deploy": "fly deploy --build-arg NODE_VERSION=$npm_package_engines_node --build-arg NPM_VERSION=$npm_package_engines_npm --build-arg RUBY_VERSION=$npm_package_engines_ruby",
"deploy:staging": "npm run deploy -- --app loottest",
"deploy:production": "npm run deploy -- --app lootprod",
Expand Down

0 comments on commit edd8dd0

Please sign in to comment.