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

Commit f912907

Browse files
test: Add mocha-teamcity reporter
1 parent 5216721 commit f912907

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
"coverage:http-api": "istanbul cover --print both -- _mocha tests/test-http-api/index.js",
1313
"test": "npm run test:node && npm run test:browser",
1414
"test:node": "npm run test:node:core && npm run test:node:http-api && npm run test:node:cli",
15+
"test:node:teamcity": "npm run test:node:core:teamcity && npm run test:node:http-api:teamcity && npm run test:node:cli:teamcity",
16+
"test:node:cli:teamcity": "mocha --reporter mocha-teamcity-reporter tests/test-cli/index.js",
17+
"test:node:core:teamcity": "mocha --reporter mocha-teamcity-reporter tests/test-core/index.js",
18+
"test:node:http-api:teamcity": "mocha --reporter mocha-teamcity-reporter tests/test-http-api/index.js",
1519
"test:node:cli": "mocha tests/test-cli/index.js",
1620
"test:node:core": "mocha tests/test-core/index.js",
1721
"test:node:http-api": "mocha tests/test-http-api/index.js",
@@ -59,6 +63,7 @@
5963
"local-storage-blob-store": "0.0.3",
6064
"lodash": "^4.0.0",
6165
"mocha": "^2.3.4",
66+
"mocha-teamcity-reporter": "^1.0.0",
6267
"ncp": "^2.0.0",
6368
"nexpect": "^0.5.0",
6469
"pre-commit": "^1.1.2",

0 commit comments

Comments
 (0)