kiruthiga 55473b7e7c initial push 5 ngày trước cách đây
..
.github 55473b7e7c initial push 5 ngày trước cách đây
built 55473b7e7c initial push 5 ngày trước cách đây
docs 55473b7e7c initial push 5 ngày trước cách đây
examples 55473b7e7c initial push 5 ngày trước cách đây
.npmignore 55473b7e7c initial push 5 ngày trước cách đây
CHANGELOG.md 55473b7e7c initial push 5 ngày trước cách đây
LICENSE 55473b7e7c initial push 5 ngày trước cách đây
README.md 55473b7e7c initial push 5 ngày trước cách đây
greenkeeper-yarn.sh 55473b7e7c initial push 5 ngày trước cách đây
package.json 55473b7e7c initial push 5 ngày trước cách đây
screenshot.gif 55473b7e7c initial push 5 ngày trước cách đây
yarn.lock 55473b7e7c initial push 5 ngày trước cách đây

README.md

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.

Developement

Requirements

  • node >= 6.9
  • yarn

Commands

  • install dependencies: yarn
  • launch unit tests: yarn test
  • launch integration tests: yarn test:integration

Debugging

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