1.0.13 • Published 9 years ago

karma-env-reporter v1.0.13

Weekly downloads
43
License
SEE LICENSE IN LI...
Repository
github
Last release
9 years ago

karma-env-reporter

npm version

A karma reporter that switches output format between spec and teamcity base on where tests are being executed - locally or ci. Actual switch is environment variable IS_BUILD_AGENT. Given environment variable IS_BUILD_AGENT. If it is set, 'teamcity' is used and 'spec' otherwise.

install

npm install --save-dev karma-env-reporter

usage

In you package.json append --reporters env to your karma test command, ex.

...
  "scripts": {
    "test": "karma --reporters env"
  },
...

License

We use a custom license, see LICENSE.md

1.0.13

9 years ago

1.0.12

9 years ago

1.0.11

9 years ago

1.0.10

9 years ago

1.0.9

9 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago