How to measure code coverage of e2e testing which written by typescript?

746 Views Asked by At

i have a angular2 project which is using Protractor for e2e testing. The testing file were written in typescript under Jasmine framework.

Is it possible to get the code coverage data from this kind of e2e testing?

1

There are 1 best solutions below

1
On