RubyMine 2018.1 Help

Viewing and Exploring Test Results

Basics

Depending on the selected node in the tree view of tests, the Test Runner displays information on the various levels. In the Test Runner, you can view statistics of the tests, navigate to stacktrace, show or hide successful tests, and more.

Use the Testing toolbar to control visual representation of the test results.

Viewing statistics

The Statistics tab shows information about the elapsed time and memory usage of each test.

To view statistics, click cogwheel blue with arrow on the Testing toolbar to reveal the drop-down menu, and then click the Show Statistics check command.

The values displayed in the Statistics tab are not accurate and only give an approximate estimate of the test performance. For example, if a garbage collector works during the test run, the memory usage shown in the Statistics tab is wrong.

ruby testRunner
Last modified: 1 August 2018

See Also

Reference: