code-coverage
code-coverage copied to clipboard
Add example that uses both webpack and TypeScript
We use Laravel Mix (Basically a wrapper around webpack) + TypeScript and use Cypress to test our code. However, we are struggling to set up code coverage for this combo.
Could you provide an example with this setup? I have noticed the ts-example and the use-webpack example, but that didn't cover our use case.
Since I have never used Laravel, could you set up a repo with it and I will look into helping with code coverage.
@bahmutov Will do! I'll set up a repo and will let you know in a couple of days
@bahmutov Just wanted to let you know that we're working on an example repo right now.
@bahmutov We finished setting up an example repo. You can find it here: https://github.com/renegeuze/cypress-coverage
@bahmutov Any news on this?