Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there test explorer in intellij idea? (to observe all the tests without execution)? I use TestNG

In VS and Resharper I could see all test in my solution before any execution, see https://www.jetbrains.com/help/resharper/Reference__Windows__Unit_Test_Explorer.html

In Idea I can't find any test explorer, only test runner but it slightly different. Maybe I need to install some dedicated plugins? I use maven and TestNG.

like image 656
Tatiana Avatar asked Jun 28 '17 22:06

Tatiana


1 Answers

Project view has the special mode for Tests:

tests

Check the documentation for details.

like image 80
CrazyCoder Avatar answered Nov 05 '22 04:11

CrazyCoder