Varun Paliwal
Varun Paliwal

Reputation: 45

Intellij Idea not showing separate tests of a Suite when using scala test

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

Answers (1)

Olga Klisho
Olga Klisho

Reputation: 1394

Does it solves the issue when you enable "Show Passed" option in runner tab? enter image description here

Upvotes: 6

Related Questions