This is a fork of https://github.com/playframework/scalatestplus-play that supports scalatest 3.1.
Best to now use:
"org.scalatestplus.play" %% "scalatestplus-play" % "5.1.0" % "test"
To use it, please add the following dependency to your project's build.sbt
or project/Build.scala
file:
"io.kontainers" %% "scalatestplus-play" % "4.1.0" % "test"
Where version is one of the listed below, according to your needs.
Release | Play | Scalatest | Documentation |
---|---|---|---|
4.1.0 | 2.7.0 | 3.1.x | docs |
- Release Candidate: these releases are not stable and should not used in be production.
The following tips may be useful for all welcome contributions:
- Raise a Pull Request against the relevant branch
- Please use descriptive commit messages
ScalaTest Plus Play is licensed under the Apache license, version 2. See the LICENSE.txt file for more information.