lazd / gulp-karma

Karma plugin for gulp
MIT License
75 stars 36 forks source link

Formally deprecate gulp-karma #43

Closed jhare closed 9 years ago

jhare commented 9 years ago

Creating separate issue to track progress on deprecating this module in favor of running karma directly.

https://docs.npmjs.com/cli/deprecate

From the karma folks:

var gulp = require('gulp');
var Server = require('karma').Server;

/**
 * Run test once and exit
 */
gulp.task('test', function (done) {
  new Server({
    configFile: __dirname + '/karma.conf.js',
    singleRun: true
  }, done).start();
});
deltaidea commented 9 years ago

:+1:

lazd commented 9 years ago

gulp-karma has been formally deprecated with the following message:

npm WARN deprecated gulp-karma@0.0.4: Please use Karma directly: https://github.com/karma-runner/gulp-karma
AnatoliyLitinskiy commented 8 years ago

Hi.

You've closed this ticked but not answered the main question "how to install karma using npm and avoid warning message?"

There is nothing about installing your packange using gulp in your documentation

https://github.com/lazd/gulp-karma/issues/42

https://github.com/lazd/gulp-karma/issues/45

lazd commented 8 years ago

@AnatoliyLitinskiy This package is deprecated and no longer unsupported.

See https://github.com/karma-runner/gulp-karma

jimmywarting commented 3 years ago

Should also deprecate the npm package and also archive this repo