Hi -- when running multiple threads via TestNG (for example, setting a TestNG suite file to parallel="tests" and thread-count="3"), all of the thread runs are listed on the Test Results window pane, but clicking on a failed test doesn't show any console output or assertion/exception associated with the test. What I'm usually left with is to slog through the whole console output to locate the relevant information. This works as how I would expect in Eclipse; is there a way to configure IntelliJ as such?
Many thanks,
Ken