WebStorm/PhpStorm links
Categories
Tags
Beta Commandline completion composer CSS database debug deployment documentation ecmascript5 editor ftp HTML html5 import inspection JavaScript jstestdriver LESS navigation Node.js offer PHP PhpStorm PHPUnit productivity Profiler Project RC refactoring Release SASS settings sftp smarty Symfony TypeScript UI unit testing WebStorm WebStorm/PhpStorm links Xdebug youtrack zen-coding Zend Debugger-
Other JetBrains Blogs
Meta
Tag Archives: jstestdriver
Code Coverage for JavaScript Unit Testing
Measuring JavaScript code coverage naturally complements unit testing. It provides a clear picture of which parts of your code remain untested, and helps you focus additional tests on the uncovered code. From now on, users of JsTestDriver can measure code … Continue reading
Posted in Cool Feature, Tutorial, WebStorm
Tagged coverage, JavaScript, jstestdriver, productivity, unit testing, WebStorm
5 Comments
JavaScript unit testing support
If you’re a JavaScript developer, you probably know that the quality and correctness of your application are crucial. Well, consistency and regression testing just got a little less painful. Meet JsTestDriver plugin – an open-source project that was originally started at … Continue reading
Posted in Cool Feature, PhpStorm, Tutorial, WebStorm
Tagged automated testing, jasmine, JavaScript, jstestdriver, productivity, qunit, test-driven development, ttd, unit testing
16 Comments