CenFun

Results 91 comments of CenFun

same problem, notice v16 is latest version but it does NOT works for Vue 2 projects. rollback to v15.x.

yes it's a problem, I used userDataDir option and empty custom-temp-dir after puppeteer job ends every time. puppeteer.launch({ userDataDir: "path-to-custom-temp-dir" });

one more option to [merge shard reports](https://github.com/cenfun/monocart-reporter#merge-shard-reports)

I created a WebdriverIO service for coverage reports, see https://github.com/cenfun/wdio-monocart-service

@christian-bromann Yes, it generates reports directly from native v8 coverage data. Since both Nodejs and Chromium-based browsers Chrome/Edge are native support V8 coverage data, I personally prefer V8 because of...

@christian-bromann Thank you for the invitation. I've done an initial study on project WebdriverIO, it might be a bit challenging for me personally to contribute. And I've found that it...

> How different are the options? I wonder if we can keep them the same. Almost different. For Istanbul, it requires to instrument the source code but no need for...

I created a example for generating v8 coverage reports: https://github.com/cenfun/jest-puppeteer-coverage

@storenth If it's Istanbul's coverage, that's ture. But if it's V8 coverage, there's no need to instrument the source code.

I can't help fix the issue, but introduce a simple plugin to generate coverage reports for codeceptjs: https://github.com/cenfun/codeceptjs-monocart-coverage