Search code examples
mavenintellij-ideatestngtest-runnertest-explorer

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.


Solution

  • Project view has the special mode for Tests:

    tests

    Check the documentation for details.