ferrum icon indicating copy to clipboard operation
ferrum copied to clipboard

Extracting code coverage metrics?

Open jarthod opened this issue 4 years ago • 1 comments

Hi,

I just thought about the code codeverage tool in chrome and how awesome it would be to be able to execute it across a test suite and get the results. I found out that puppeteer seems to support interacting with the code coverage tool (starting it and collecting the result at least). And so I'm wondering if that could be a good idea for ferrum too? would it be complicated? can it already be done with extensions maybe (I don't think so).

Thanks for your input!

jarthod avatar Jan 29 '21 22:01 jarthod

Hi @jarthod yes I had similar idea in the past, it's worth trying to implement it, maybe as a side project under rubycdp not sure. Anyways we are close to Ferrum and Cuprite 1.0 this is top priotity by now, after that I have a bunch of ideas to check including stealth mode and so on...

route avatar Feb 03 '21 05:02 route