This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@neuralegion/karma-nexmock-reporter

1.0.2 • Public • Published

karma-nexmock-reporter

The reporter for saving request mocks to file.

Installation

The easiest way is to keep karma-nexmock-reporter as a devDependency in your package.json.

{
  "devDependencies": {
    "karma": "~0.10",
    "@neuralegion/nexmock": "~1.0",
    "@neuralegion/karma-nexmock-reporter": "~1.0"
  }
}

You can simple do it by:

npm install @neuralegion/karma-nexmock-reporter --save-dev

Configuration

module.exports = (config) => config.set({
    reporters: ['progress', 'nexmock'],
    plugins: [
      '@neuralegion/karma-nexmock-reporter'
    ],
    nexmock: {
      path: "./.nexmock"
    }
});

You can pass list of reporters as a CLI argument too:

karma start --reporters nexmock

Package Sidebar

Install

npm i @neuralegion/karma-nexmock-reporter

Weekly Downloads

3

Version

1.0.2

License

MIT

Unpacked Size

4.91 kB

Total Files

7

Last publish

Collaborators

  • bar.hofesh
  • derevnjuk