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

Testing Node.js

Last modified: 11 February 2024

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

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