angrykoala
angrykoala
[docusaurus](https://docusaurus.io/)
Some examples to get started can be found at https://github.com/angrykoala/wendigo-and-other-monsters/tree/master/examples
This requires investigation regarding puppeteer and https://github.com/gotwarlost/istanbul
Puppeteer+nyc provides basic support for single browser coverage. Using a tool to merge multiple reports may work. (e.g. https://gist.github.com/rundef/22545366591d73330a48b8948fa060a7) injected scripts are also covered, no solution for this found
This can be applied: https://lucasfcosta.com/2017/02/17/JavaScript-Errors-and-Stack-Traces.html But some refactor required
I haven't come back to this yet, the workaround found by @guillenotfound seems good enough. When properly fixing this, we may need to consider setting that flag as a default....
This could be implemented as a wendigo plugin (some extra implementation on plugin systems required) Current limitations found: * bypassCSP not implemented on puppeteer firefox * logs not working the...
https://www.npmjs.com/package/require-one-of may be useful for easy setup of firefox, if available
Hi @dgunay Adding full support is quite hard, it seems the Puppeteer efforts in this area are not too great lately (maybe I'm wrong?). It may even be worth moving...
PR closed as it is stale