Reputation: 45
When running a scala-test suite in Intellij Idea, it's supposed to show the breakup of the individual tests that it ran, as shown in screenshot below, as explained in scala-test Intellij guide.However when running scala-test in Intellij Idea Community Edition 2019.2, I can't see the breakup of individual tests. Only the aggregated result is shown. How do I fix it to show the individual tests?
Expected test breakup in IntellijIdea when running scala-test
Actual IntellijIdea output on running scala-test. The individual tests are not shown
Upvotes: 1
Views: 451
Reputation: 1394
Does it solves the issue when you enable "Show Passed" option in runner tab?
Upvotes: 6