garci560
garci560

Reputation: 3213

How to see what command is executed by Intellij

Is there any way of seeing what commands is Intellij executing to run tests? There is nothing like that in the Run or Debug views.

Basically I want the same as this, but for Intellij (15).

Upvotes: 6

Views: 2976

Answers (1)

Trisha
Trisha

Reputation: 3931

The Test Runner Tab has an output pane (see the pane labelled "4" in from the link). The first line of this is usually the command used to start the tests.

Upvotes: 2

Related Questions