|
il y a 3 semaines | |
---|---|---|
.. | ||
.github | il y a 3 semaines | |
built | il y a 3 semaines | |
docs | il y a 3 semaines | |
examples | il y a 3 semaines | |
.nvmrc | il y a 3 semaines | |
CHANGELOG.md | il y a 3 semaines | |
LICENSE | il y a 3 semaines | |
README.md | il y a 3 semaines | |
package.json | il y a 3 semaines | |
screenshot.gif | il y a 3 semaines |
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.
npm install
npm test
npm run test:integration
Unit tests hijack console.log
to verify output; use console.warn
to debug.