|
12 | 12 | "coverage:http-api": "istanbul cover --print both -- _mocha tests/test-http-api/index.js",
|
13 | 13 | "test": "npm run test:node && npm run test:browser",
|
14 | 14 | "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", |
15 | 19 | "test:node:cli": "mocha tests/test-cli/index.js",
|
16 | 20 | "test:node:core": "mocha tests/test-core/index.js",
|
17 | 21 | "test:node:http-api": "mocha tests/test-http-api/index.js",
|
18 | 22 | "test:browser": "karma start karma.conf.js",
|
| 23 | + "test:browser:teamcity": "karma start --reporters teamcity --colors false karma.conf.js", |
19 | 24 | "test:core": "mocha tests/test-core/index.js",
|
20 | 25 | "test:cli": "mocha tests/test-cli/index.js"
|
21 | 26 | },
|
|
53 | 58 | "karma-firefox-launcher": "^0.1.7",
|
54 | 59 | "karma-mocha": "^0.2.1",
|
55 | 60 | "karma-spec-reporter": "0.0.23",
|
| 61 | + "karma-teamcity-reporter": "^0.2.2", |
56 | 62 | "karma-webpack": "^1.7.0",
|
57 | 63 | "local-storage-blob-store": "0.0.3",
|
58 | 64 | "lodash": "^4.0.0",
|
59 | 65 | "mocha": "^2.3.4",
|
| 66 | + "mocha-teamcity-reporter": "^1.0.0", |
60 | 67 | "ncp": "^2.0.0",
|
61 | 68 | "nexpect": "^0.5.0",
|
62 | 69 | "pre-commit": "^1.1.2",
|
|
0 commit comments