cypress-io / code-coverage

Saves the code coverage collected during Cypress tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting total execution time beside the total execution count in the coverage report

glk-web opened this issue · comments

The coverage report gives me how many times a particular line of code was executed.

For e.g.

image

If I knew what was the total execution time for 163 invocations on line 116 and the total execution time for 614 invocations on line 121 that would help me use cypress to do performance optimizations.