cypress-io / code-coverage

Saves the code coverage collected during Cypress tests
MIT License
425 stars 105 forks source link

Show how to instrument and get code coverage for Aurelia/Typescript application #56

Open nym opened 5 years ago

nym commented 5 years ago

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

Seebiscuit commented 4 years ago

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!