Enabling JavaScript Unit Testing Support
With WebStorm, you can run and debug unit tests using one of the following test runners:
To write unit tests that are recognized and processed by these test runners, use the following JavaScript unit testing frameworks:
- JSTestDriver Assertion framework. The framework libraries are bundled with the JSTestDriver plugin.
- Jasmine.
- QUnit.
- Mocha
In this part:
- Preparing to Use Cucumber.Js Test Runner
- Preparing to Use JSTestDriver Test Runner
- Preparing to Use Karma Test Runner
- Preparing to Use Mocha Test Framework
See Also
Last modified: 11 July 2016