Skip to content

Commit

Permalink
Run both chrome and firefox (with output grouping)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-akinc committed Oct 29, 2024
1 parent 8549a91 commit 0de069c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/nimble-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"test-webkit:debugger": "karma start karma.conf.js --browsers=WebkitDebugging --skip-tags SkipWebkit",
"test-webkit:watch": "karma start karma.conf.headless.js --browsers=WebkitHeadless --skip-tags SkipWebkit --watch-extensions js",
"test-webkit": "karma start karma.conf.headless.js --browsers=WebkitHeadless --single-run --skip-tags SkipWebkit",
"test-concurrent": "concurrently --pad-prefix --timings \"npm:test-firefox\""
"test-concurrent-working": "concurrently --pad-prefix --timings \"npm:test-firefox\"",
"test-concurrent": "concurrently --pad-prefix --timings --group \"npm:test-chrome\" \"npm:test-firefox\""
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 0de069c

Please sign in to comment.