1.0.0-beta.0 • Published 5 years ago
@breautek/jasmine-spec-reporter v1.0.0-beta.0
jasmine-spec-reporter
Real time console spec reporter for jasmine testing framework.

Usage
Installation
Install jasmine-spec-reporter via npm:
npm install jasmine-spec-reporter --save-devExamples
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.
1.0.0-beta.0
5 years ago