RubyMine 2016.3 Help

Viewing and Exploring Test Results

On this page:

Overview

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 /help/img/idea/2016.3/cogwheel_blue.png 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.

/help/img/idea/2016.3/ruby_testRunner.png

See Also

```

Reference:

Last modified: 22 March 2017