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

1

12

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.

Roughage answered 28/6, 2017 at 22:0 Comment(0)
A
11

Project view has the special mode for Tests:

tests

Check the documentation for details.

Arundell answered 28/6, 2017 at 22:11 Comment(2)
That's probably the best IntelliJ can do right now, but still sadly lacking functionality. Something similar to the Visual Studio Test Explorer would be greatLizzielizzy
Sadly, if you have integration tests in a different directory than unit tests, that view doesn't pick up on them, even if you mark that directory as test sources root.Rea

© 2022 - 2024 — McMap. All rights reserved.