Adam Gruber

Results 122 comments of Adam Gruber

I'm having a similar issue trying to build my app. Getting this error when trying to build: `Error: Error: ENOENT, no such file or directory '/Users/adamgruber/Sites/agg/dist/hbs.js` RequireJS Config: ``` js...

I took another look at this but still no luck. Definitely seems to be an issue with the mix of hbs.js and the hbs directory. At this point I'm looking...

This sounds like a nice improvement. I would have to see if this information is available from mocha so we could display it in the report.

I created a small example using your config and it is working: [ma-cypress.zip](https://github.com/adamgruber/mochawesome-report-generator/files/10708116/ma-cypress.zip)

Thanks for opening an issue but you'll need to provide more information in order for me to look into this. Please use the following template: **Describe the bug** A clear...

Mochawesome does not recognize a `reportTemplate` parameter and only supports generating the HTML report.

Hi. As stated in the comment, it refers to any hooks that have failed. For example, if some code inside a `before()` call throws an error that would be reported...

I do not recall having observed such a case.

@felipenmoura Your last example should work so long as you are passing a valid theme object. The problem seems to be that the theme is properly resolved only when using...

What are the vulnerabilities with opener that you're seeing? It's likely these are false positives as indicated by this related issue: https://github.com/domenic/opener/issues/38