bcaudan / jasmine-spec-reporter

Real time console spec reporter for jasmine testing framework

Home Page:https://github.com/bcaudan/jasmine-spec-reporter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jasmine-spec-reporter

Dependabot 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.

About

Real time console spec reporter for jasmine testing framework

https://github.com/bcaudan/jasmine-spec-reporter

License:Apache License 2.0


Languages

Language:TypeScript 95.4%Language:JavaScript 4.6%