code-copter-reporter-jasmine

1.0.4 • Public • Published

Jasmine Reporter for Code-Copter

Build Status

Summary

Reporter plugin for code-copter v2 which integrates its reporting into the Jasmine BDD framework.

Usage

This plugin is included with the core Code-Copter package and doesn't need to be installed separately. However if you do install this separately (as a fork or to work around a lag updating the core package), this will take precedence.

Installation

npm install --save-dev code-copter code-copter-reporter-jasmine

Configuration

spec/code-style.spec.js

var codeCopter = require('code-copter');

codeCopter.configure({
    reporter: 'jasmine'
});

describe('Code Style', codeCopter);

Package Sidebar

Install

npm i code-copter-reporter-jasmine

Weekly Downloads

2

Version

1.0.4

License

ISC

Last publish

Collaborators

  • jtheriault