How to see what command is executed by Intellij
Asked Answered
I

1

6

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).

Inquiring answered 12/4, 2016 at 11:59 Comment(2)
Which tests? When I run cucumber or karma tests, it shows me the command line it used in the output panelDisannul
@JuanMendes: Unit tests.Inquiring
V
2

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.

Voltcoulomb answered 12/4, 2016 at 20:0 Comment(2)
Sí señora. A 20k character line is not what I was expecting, but sure looks like the answer to my question.Inquiring
Yes, it is a bit longer than one would expect! But it's possible to find the info you need in there, usually by taking out some of the IntelliJ specific stuff.Voltcoulomb

© 2022 - 2024 — McMap. All rights reserved.