Closed JimLynchCodes closed 8 years ago
Anyone else seeing this error or know where "protractorReport" is coming from?
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?
I follow the usage docs by making a gulp task:
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?