You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***core** display lines diffs when diffing sequences to better see the difference between 2 lists
6
+
***core** better display of throwable diffs: first message diff then lines diffs for stacktraces
7
+
8
+
## Fixes
9
+
10
+
***core** catch failure exceptions in `Executions`. As a result some ScalaCheck properties were not failing [#581](https://github.com/etorreborre/specs2/specs2/issues/581)
11
+
***core** stop a specification execution if a step is a failure or an error
12
+
***forms** fixed the reporting of forms (sbt + notifier + html)
13
+
***matcher-extra** added implicit conversions for Double and BigDecimal to create json number matchers [#582](https://github.com/etorreborre/specs2/specs2/issues/582)
14
+
***junit** fixed the example prefixes in the xml report file [#583](https://github.com/etorreborre/specs2/specs2/issues/582)
0 commit comments