Gogs df670eaa27 first commit 3 周之前
..
.github df670eaa27 first commit 3 周之前
built df670eaa27 first commit 3 周之前
docs df670eaa27 first commit 3 周之前
examples df670eaa27 first commit 3 周之前
.nvmrc df670eaa27 first commit 3 周之前
CHANGELOG.md df670eaa27 first commit 3 周之前
LICENSE df670eaa27 first commit 3 周之前
README.md df670eaa27 first commit 3 周之前
package.json df670eaa27 first commit 3 周之前
screenshot.gif df670eaa27 first commit 3 周之前

README.md

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.