Skip to content

Commit

Permalink
Show reminder of failed tests at the end (#1521)
Browse files Browse the repository at this point in the history
From scalatest's doc [1]:

> This minimizes or eliminates the need to search and scroll backwards
to find out what tests failed or were canceled. For large test suites,
the actual failure message could have scrolled off the top of the
buffer, making it otherwise impossible to see what failed.

[1] https://www.scalatest.org/user_guide/using_the_runner
  • Loading branch information
pm47 authored Aug 20, 2020
1 parent 3d168a5 commit 2c43742
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@
<version>2.0.0</version>
<configuration>
<parallel>true</parallel>
<stdout>I</stdout>
<systemProperties>
<buildDirectory>${project.build.directory}</buildDirectory>
</systemProperties>
Expand Down

0 comments on commit 2c43742

Please sign in to comment.