Gleb Bahmutov
Gleb Bahmutov
The config in your example exports an object with 3 configs: 'client', 'server' and 'serviceWorker' which confused the Rollup loader. That's why you see the warning ``` (!) You have...
I should do it. It is nothing more than sticking a bundler into cypress start process. So should not be too bad Sent from my iPhone > On May 8,...
Ughh it seems like a bug Sent from my iPhone > On Jun 20, 2021, at 10:37, Ian Gilkes ***@***.***> wrote: > > > @bahmutov - is this by...
Can you open a pr with a fix and I can merge it quickly please? Sent from my iPhone > On Jul 1, 2022, at 05:43, Karl Horky ***@***.***> wrote:...
Ok, I will be open to a PR that implements it
Example here https://github.com/bahmutov/coverage-example-svelte but it is blocked by https://github.com/rollup/rollup/issues/2983
Can you set up a simple StencilJS project repo that I could fork?
Can you include DEBUG logs please https://github.com/cypress-io/code-coverage#debugging or give a link to the repo?
Hmm, I see, the backend code coverage object is giant and `cy.request` fails to fetch it quickly or at all. I don't think we can just exec `curl` in this...
I cloned your repo, but when trying to start it I am getting ``` [start:nestjs] [start:nestjs] > [email protected] start:coverage /Users/gleb/git/cypress-angular-nestjs-code-coverage-fullstack/nestjs [start:nestjs] > nyc --silent nest start [start:nestjs] [start:nestjs] sh: nyc:...