grunt-testee

1.2.1 • Public • Published

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');
};

Package Sidebar

Install

npm i grunt-testee

Weekly Downloads

10

Version

1.2.1

License

MIT

Unpacked Size

6.2 kB

Total Files

5

Last publish

Collaborators

  • ryanwheale
  • phillipskevin
  • justinbmeyer
  • andrejewski
  • cherif_b
  • bitovi-core-os