Icard/angular-clarity-master(work.../node_modules/jasmine-spec-reporter
realSnehal 400e0876de frontend 2024-07-16 20:25:36 +05:30
..
.github frontend 2024-07-16 20:25:36 +05:30
built frontend 2024-07-16 20:25:36 +05:30
docs frontend 2024-07-16 20:25:36 +05:30
examples frontend 2024-07-16 20:25:36 +05:30
.nvmrc frontend 2024-07-16 20:25:36 +05:30
CHANGELOG.md frontend 2024-07-16 20:25:36 +05:30
LICENSE frontend 2024-07-16 20:25:36 +05:30
README.md frontend 2024-07-16 20:25:36 +05:30
package.json frontend 2024-07-16 20:25:36 +05:30
screenshot.gif frontend 2024-07-16 20:25:36 +05:30

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.