Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
test: Add mocha-teamcity reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Mar 16, 2016
1 parent 5216721 commit f912907
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
"coverage:http-api": "istanbul cover --print both -- _mocha tests/test-http-api/index.js",
"test": "npm run test:node && npm run test:browser",
"test:node": "npm run test:node:core && npm run test:node:http-api && npm run test:node:cli",
"test:node:teamcity": "npm run test:node:core:teamcity && npm run test:node:http-api:teamcity && npm run test:node:cli:teamcity",
"test:node:cli:teamcity": "mocha --reporter mocha-teamcity-reporter tests/test-cli/index.js",
"test:node:core:teamcity": "mocha --reporter mocha-teamcity-reporter tests/test-core/index.js",
"test:node:http-api:teamcity": "mocha --reporter mocha-teamcity-reporter tests/test-http-api/index.js",
"test:node:cli": "mocha tests/test-cli/index.js",
"test:node:core": "mocha tests/test-core/index.js",
"test:node:http-api": "mocha tests/test-http-api/index.js",
Expand Down Expand Up @@ -59,6 +63,7 @@
"local-storage-blob-store": "0.0.3",
"lodash": "^4.0.0",
"mocha": "^2.3.4",
"mocha-teamcity-reporter": "^1.0.0",
"ncp": "^2.0.0",
"nexpect": "^0.5.0",
"pre-commit": "^1.1.2",
Expand Down

0 comments on commit f912907

Please sign in to comment.