projecte_ionic/node_modules/jasmine-spec-reporter
2022-02-09 18:30:03 +01:00
..
.github Conexio amb la api 2022-02-09 18:30:03 +01:00
built Conexio amb la api 2022-02-09 18:30:03 +01:00
docs Conexio amb la api 2022-02-09 18:30:03 +01:00
examples Conexio amb la api 2022-02-09 18:30:03 +01:00
.nvmrc Conexio amb la api 2022-02-09 18:30:03 +01:00
CHANGELOG.md Conexio amb la api 2022-02-09 18:30:03 +01:00
LICENSE Conexio amb la api 2022-02-09 18:30:03 +01:00
package.json Conexio amb la api 2022-02-09 18:30:03 +01:00
README.md Conexio amb la api 2022-02-09 18:30:03 +01:00
screenshot.gif Conexio amb la api 2022-02-09 18:30:03 +01:00
stryker.log Conexio amb la api 2022-02-09 18:30:03 +01:00

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.

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.