|
|
1 hete | |
|---|---|---|
| .. | ||
| .github | 1 hete | |
| built | 1 hete | |
| docs | 1 hete | |
| examples | 1 hete | |
| .npmignore | 1 hete | |
| CHANGELOG.md | 1 hete | |
| LICENSE | 1 hete | |
| README.md | 1 hete | |
| greenkeeper-yarn.sh | 1 hete | |
| package.json | 1 hete | |
| screenshot.gif | 1 hete | |
| yarn.lock | 1 hete | |
Real time console spec reporter for jasmine testing framework.
Install jasmine-spec-reporter via npm:
npm install jasmine-spec-reporter --save-dev
See full configuration and features: configuration.ts
You can customize the output of the reporter yourself: see how.
yarnyarn testyarn test:integrationUnit tests hijack console.log to verify output; use console.warn to debug.