1.0.13 • Published 8 years ago

karma-env-reporter v1.0.13

Weekly downloads
43
License
SEE LICENSE IN LI...
Repository
github
Last release
8 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

8 years ago

1.0.12

8 years ago

1.0.11

8 years ago

1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago