grunt-qunit-teamcitydeprecated

TeamCity reporter for QUnit

Usage no npm install needed!

<script type="module">
  import gruntQunitTeamcity from 'https://cdn.skypack.dev/grunt-qunit-teamcity';
</script>

README

grunt-qunit-teamcity

TeamCity reporter for QUnit

Installing

$ npm install grunt-qunit-teamcity

Once that's done, add this line to your project's Gruntfile:

grunt.loadNpmTasks('grunt-qunit-teamcity');

Using

Use it before start qunit task.

grunt.registerTask('test', ['qunit_tamcity', 'qunit']);