0.0.2 • Published 8 years ago

gulp-gherkin-lint v0.0.2

Weekly downloads
5
License
MIT
Repository
github
Last release
8 years ago

gulp-gherkin-lint Build Status

Uses gherkin parser to parse feature files and reports on any parsing errors.

Install

$ npm install --save-dev gulp-gherkin-lint

Usage

var gulp = require('gulp');
var gherkinlint = require('gulp-gherkin-lint');

gulp.task('default', function () {
	return gulp.src('src/file.feature')
		.pipe(gherkinlint());
});

API

gherkinlint()

options

None so far

License

MIT © jlutz