1.2.1 • Published 2 years ago

grunt-testee v1.2.1

Weekly downloads
2
License
MIT
Repository
github
Last release
2 years ago

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

2 years ago

1.2.1

2 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.3

5 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago