Extracting code coverage metrics?
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!
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...