Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

grunt-qunit-tap

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-qunit-tap

Grunt plugin for running QUnit tests with TAP reporting

  • 1.0.2
  • unpublished
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

grunt-qunit-tap

Grunt plugin for running QUnit tests with TAP reporting.

Useful for continuous integration tools (e.g. Jenkins with TAP plugin).

Note: This plugin is known to be compatible with Grunt 0.3.x, but not 0.4.x.

Getting Started

Install this grunt plugin next to your project's grunt.js gruntfile with:

npm install grunt-qunit-tap

Then add this line to your project's grunt.js gruntfile:

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

Documentation

This plugin exposes the qunit-tap task in grunt, which is a multi-task. It depends on the qunit task included with grunt.

Calling the qunit-tap with a target, will call the qunit task with the same target name.

Sample configuration:

	"qunit": {
		"foo": ["tests/**/*.html"]
	},
	"qunit-tap": {
		"foo": {
			"output": "logs/"
		}
	}

Executing grunt qunit-tap:foo will run the qunit:foo task and put the TAP results in the logs/ folder.

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style.

Release History

  • v1.0.2 - fixed random TAP plan issues
  • v1.0.1 - fixed issue when running original qunit task
  • v1.0.0 - first public release, compatible with grunt v0.3.*

License

Copyright (c) 2012-2013 Valentin Agachi

Licensed under the MIT license.

Keywords

FAQs

Package last updated on 22 Jan 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc