grunt-testee

v1.2.1
Grunt task for Testee
donejs-plugin grunt gruntplugin runner task test testee

grunt-testee

Grunt task for Testee

npm Build Status Greenkeeper badge

Install

npm install --save-dev grunt-testee

Grunt Usage

This package comes with a grunt task that extends the configuration API:

module.exports = function(grunt) {
  grunt.initConfig({
    testee: {
      options: {
        // See configuration API
      },
      coverage: {
        options: {
          // See configuration API
        },
        src: ['test/index.html']
      },
      browserstack: {
        options: {
          // See configuration API
        },
        src: ['test/index.html']
      }
    }
  });

  grunt.loadNpmTasks('grunt-testee');
};
npm i grunt-testee

Metadata

  • MIT
  • Whatever
  • Chris Andrejewski
  • released 6/8/2022

Downloads