Skip to content

Commit

Permalink
Added changes in scalatest+ modules to 3.2.18 release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeseng committed Feb 6, 2024
1 parent e86e835 commit 06734ad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/views/releaseNotes/v3218.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ <h1>ScalaTest</h1>
<a name="scalatest_bugfixes"></a>
<h2>Bug Fixes</h2>
<p>Added the missing sleep call in Retries to withRetry function. (<a href="https://github.com/scalatest/scalatest/pull/2279">PR #2279</a>)</p>
<p>Added the missing test for empty public constructor and non-abstract when detecting Suite in ScalaTest+JUnit5 discovery. (<a href="https://github.com/scalatest/scalatestplus-junit5/pull/12">PR #12</a>)</p>
<p>Added TestCanceled support in ScalaTest+JUnit5. (<a href="https://github.com/scalatest/scalatestplus-junit5/pull/7">PR #7</a>)</p>
<p>Upgraded to Mockito 5.10 in ScalaTest+Mockito.</p>
<p>Upgraded to TestNG 7.9 in ScalaTest+TestNG.</p>
<p>Upgraded to Selenium 4.17 in ScalaTest+Selenium.</p>

<a name="scalatest_improvements"></a>
<h2>Improvements</h2>
Expand Down

0 comments on commit 06734ad

Please sign in to comment.