Kargi-Sitesi/node_modules/jasmine-spec-reporter
2024-11-03 21:30:09 -05:00
..
.github Deployed the page to Github Pages. 2024-11-03 21:30:09 -05:00
built Deployed the page to Github Pages. 2024-11-03 21:30:09 -05:00
docs Deployed the page to Github Pages. 2024-11-03 21:30:09 -05:00
examples Deployed the page to Github Pages. 2024-11-03 21:30:09 -05:00
node_modules/colors Deployed the page to Github Pages. 2024-11-03 21:30:09 -05:00
.nvmrc Deployed the page to Github Pages. 2024-11-03 21:30:09 -05:00
CHANGELOG.md Deployed the page to Github Pages. 2024-11-03 21:30:09 -05:00
LICENSE Deployed the page to Github Pages. 2024-11-03 21:30:09 -05:00
package.json Deployed the page to Github Pages. 2024-11-03 21:30:09 -05:00
README.md Deployed the page to Github Pages. 2024-11-03 21:30:09 -05:00
screenshot.gif Deployed the page to Github Pages. 2024-11-03 21:30:09 -05: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.