1.2.1 • Published 3 years ago

grunt-testee v1.2.1

Weekly downloads
2
License
MIT
Repository
github
Last release
3 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

3 years ago

1.2.1

3 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.3

6 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago