A Gulp plugin for generating HTML reports from Cucumber JSON output files. Version 0.1.3 (latest), with no recent updates. It provides a simple pipe-friendly reporter for Gulp-based workflows, supporting configurable output directory and filename. Key differentiators: it is a stand-alone fork for Gulp users, focusing on minimal setup.
npm install gulp-protractor-cucumber-html-reportNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Example Gulp task to generate an HTML report from a Cucumber JSON file.
Consider migrating to modern alternatives like cucumber-html-reporter or allure-cucumberjs.
Use Gulp 3.x or find a Gulp 4-compatible plugin.
Ensure you have a Cucumber hook that writes JSON output to a file (see README examples).
Use exactly 'dest' and 'filename' as documented.
Run: npm install gulp-protractor-cucumber-html-report --save-dev
Use: var reporter = require('gulp-protractor-cucumber-html-report');Check that gulp.src points to the correct path to your Cucumber JSON file.
Add a Cucumber hook that writes JSON output to a file (see README examples).