ScriptCover: Javascript coverage analysis tool
Wednesday, October 26, 2011 | 1:15 PM
Labels: Coverage, gtac, javascript, ScriptCover
We are pleased to announce the open source release of a Javascript coverage analysis tool called ScriptCover. It is a Chrome extension that provides line-by-line Javascript code coverage statistics for web pages in real time without user modification of the site. Results are collected when the page loads and continue to be updated as users interact with the page. These results can be viewed in real time through a reporting tool which highlights the executed lines of code for detailed analysis. ScriptCover is useful when performing manual and automated testing and in understanding and debugging complex code.

- support other coverage metrics, e.g. path coverage and condition coverage
- support richer reports and exporting to HTML and XML
- submit Javascript coverage statistics to a server and analyze combined statistics for selected users, dates, etc.
- map user actions to related Javascript code

6 comments:
Leif said...
Seems like a nice tool to add to the WebKit Web Inspector...
October 26, 2011 2:04 PM
Thomas Davis said...
Would it possible to just include a direct link to the .crx to test this?
Looks great either way!
October 26, 2011 3:26 PM
Matthew Callis said...
If you would just like to build it and test it on OS X and share the built CRX with others:
git clone https://code.google.com/p/script-cover/
cd script-cover
./build.py
gem install crxmake
crxmake --pack-extension="build" --extension-output="ScriptCover".crx
October 26, 2011 3:57 PM
Jewish Pilot said...
How do i install this extension?
October 27, 2011 2:16 PM
MYSPACE said...
Good Tool but I have a question if I need to automate with Selenium is it possible? If yes what is the procedure
November 17, 2011 1:25 AM
Unknown said...
I have installed the extension successfully, however I can't see the report in the pop up layer, it's totally blank. What else configuration should I do?
April 23, 2012 11:27 PM
Post a Comment