1. jasmine-spec-reporter
Spec reporter for jasmine behavior-driven development framework
jasmine-spec-reporter
Package: jasmine-spec-reporter
Created by: bcaudan
Last modified: Sun, 19 Jun 2022 03:48:11 GMT
Version: 7.0.0
License: Apache-2.0
Downloads: 4,387,108
Repository: https://github.com/bcaudan/jasmine-spec-reporter

Install

npm install jasmine-spec-reporter
yarn add jasmine-spec-reporter

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.

Dependencies

RELATED POST

10 Must-Know Windows Shortcuts That Will Save You Time

10 Must-Know Windows Shortcuts That Will Save You Time

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Navigating AWS Networking: Essential Hacks for Smooth Operation

Navigating AWS Networking: Essential Hacks for Smooth Operation

Achieving Stunning Visuals with Unity's Global Illumination

Achieving Stunning Visuals with Unity's Global Illumination

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code