- Enable JavaScript unit testing support.
- Write the unit tests.
- To have RubyMine recognize the unit tests and detect the corresponding production source code, mark the folder where the unit tests are stored as test folder.
- If applicable, write configuration files that define which test and corresponding production files should be loaded into the browser and in which order.
- Start the test server and capture a browser.
- Launch unit tests and monitor test results in the Run tool window.
The topics in this part provide guidelines in JavaScript-specific unit testing procedures.
- Enabling JavaScript Unit Testing Support
- Creating JavaScript Unit Tests
- Running JavaScript Unit Tests in Browser
- Monitoring Code Coverage for JavaScript
For general information on testing in RubyMine, see the section Testing.

