ScalaTest + Play provides integration support between ScalaTest and Play Framework.
To use it, please add the following dependency to your project's build.sbt
or project/Build.scala
file:
"org.scalatestplus.play" %% "scalatestplus-play" % "{VERSION}" % "test"
Where version is one of the listed below, according to your needs.
Release | Play | Scalatest | Documentation |
---|---|---|---|
7.0.0 | 3.0.0 | 3.2.x | docs |
6.0.0 | 2.9.0 | 3.2.x | docs |
5.1.0 | 2.8.0 | 3.1.x | docs |
5.0.0 | 2.8.0 | 3.0.x | docs |
4.0.0 | 2.7.0 | 3.0.x | docs |
3.1.x | 2.6.x | 3.0.x | docs |
3.0.x | 2.6.x | 3.0.x | docs |
2.0.x | 2.5.x | 3.0.x | docs |
1.5.x | 2.5.x | 2.2.x | docs |
1.4.x | 2.4.x | 2.2.x | docs |
1.3.x | 2.2.x | 2.2.x | docs |
See https://github.com/playframework/.github/blob/main/CONTRIBUTING.md
See https://github.com/playframework/.github/blob/main/RELEASING.md
ScalaTest Plus Play is licensed under the Apache license, version 2. See the LICENSE.txt file for more information.