mrooding / gulp-protractor-cucumber-html-report

Generate html report from JSON file returned by cucumber-js json formatter
MIT License
12 stars 11 forks source link

protractorReport is not defined error. #15

Closed JimLynchCodes closed 8 years ago

JimLynchCodes commented 8 years ago

I follow the usage docs by making a gulp task:

gulp.task('cucumber-report', function () { gulp.src('features/reports/cucumber_report.html.json') .pipe(protractorReport({ dest: 'reports/' })); });

And then I run this task through the command line: gulp cucumber-report

But it gives this error: ReferenceError: protractorReport is not defined

What is "protractorReport" supposed to be? I thought this module was supposed to allow me to point to the output json file from cucumberjs and then it generates a nice html file. Is that true?

JimLynchCodes commented 8 years ago

Anyone else seeing this error or know where "protractorReport" is coming from?

JimLynchCodes commented 8 years ago

For anyone who's interested:

Since this seems to be a dead project I've switched to this other one:

mrooding commented 8 years ago

Hi @JimTheMan

I don't have a lot of time to invest into this project anymore so if there's an alternative that's well maintained it would be a good idea to use that one. You mentioned switching to a different project but forgot to mention the name. Which project were you referring to?