0.3.0 ā€¢ Published 3 years ago

qunit-console-grouper v0.3.0

Weekly downloads
12,467
License
MIT
Repository
github
Last release
3 years ago

šŸŸ qunit-console-grouper šŸŸ

TravisCI Build Status Latest NPM release

QUnit plugin that groups console messages by test

Screenshot of qunit-console-grouper

šŸš€ Install

npm

npm install --save-dev qunit-console-grouper

or using yarn:

yarn add --dev qunit-console-grouper

(This is the recommended method for Ember projects.)

<script> Tag

Load qunit-console-grouper.js after qunit.js:

<script src="https://unpkg.com/qunitjs/qunit/qunit.js"></script>
<script src="https://unpkg.com/qunit-console-grouper/lib/qunit-console-grouper.js"></script>

šŸ“ƒ License

qunit-console-grouper is developed by and Ā© simplabs GmbH and contributors. It is released under the MIT License.