code-coverage
code-coverage copied to clipboard
Show how to instrument and get code coverage for Aurelia/Typescript application
It's not as well known as some of the other frameworks, but us Aurelia devs are passionate about testing.
https://aurelia.io
This issue is to specifically get cypress code coverage running with Aurelia and Typescript.
Here's a working example with no code coverage: https://github.com/michaelw85/aurelia-cypress
I would also like to see an example demonstrating how to generate code coverage for an aurelia application. Any existing guides, or new guidance from experts highly welcome!