How can i get cypress coverage for library when tests ran on the parent project

Viewed 10

I have a UI project A and it uses a library B. I have cypress tests for which covers the library B changes. Now how can i get code coverage report of libary B when i ran cypress tests from project A

0 Answers
Related