@breautek/jasmine-spec-reporter
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-beta.0 • Public • Published

jasmine-spec-reporter

Greenkeeper badge Build Status codecov

Real time console spec reporter for jasmine testing framework.

Usage

Installation

Install jasmine-spec-reporter via npm:

npm install jasmine-spec-reporter --save-dev

Examples

Configuration

See full configuration and features: configuration.ts

Custom output

You can customize the output of the reporter yourself: see how.

Development

Requirements

  • npm >= 5

Commands

  • install dependencies: npm install
  • launch unit tests: npm test
  • launch integration tests: npm run test:integration

Debugging

Unit tests hijack console.log to verify output; use console.warn to debug.

Package Sidebar

Install

npm i @breautek/jasmine-spec-reporter

Weekly Downloads

14

Version

1.0.0-beta.0

License

Apache-2.0

Unpacked Size

215 kB

Total Files

58

Last publish

Collaborators

  • tpnormanbreau
  • normanbreau