Anthony Amaker (LSA)

Results 3 comments of Anthony Amaker (LSA)

@adamgruber - I'm using [mochawesome-merge](https://www.npmjs.com/package/mochawesome-merge). (from my package.json scripts object) `"combine-reports": "mochawesome-merge cypress/reports/mocha/*.json > cypress/reports/mochareports/report.json",` Update: I was able to implement this by adding script tags for a local custom...

@ebidel any progress on the crash on PDF documents issue... this is a really cool project!

I found a way around the by making this modification `.filter(el => el.localName === 'a' && el.href && el.href.indexOf('.pdf') < 0) // element is an anchor with an href.` ......