JetBrains Rider
 
Get JetBrains Rider
You are viewing the documentation for an earlier version of JetBrains Rider.

Testing Node.js

Last modified: 21 April 2023

Required plugins:

JavaScript and Typescript, Node.js -  The plugins are bundled with JetBrains Rider and enabled by default.

With JetBrains Rider, you can test Node.js applications using numerous frameworks.

The current page describes testing with Mocha, which is a JavaScript test framework that is especially helpful for executing asynchronous test scenarios. You can run Mocha tests from outside JetBrains Rider, examine test results arranged in a treeview, and easily navigate to the test source from there. Next to the test, in the editor, JetBrains Rider shows the status of the test with an option to quickly run or debug it.