playframework / scalatestplus-play

ScalaTest + Play

Home Page:https://www.playframework.com/documentation/latest/ScalaTestingWithScalaTest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ScalaTest Plus Play

Twitter Follow Discord GitHub Discussions StackOverflow YouTube Twitch Status OpenCollective

Build Status Maven Repository size Scala Steward badge Mergify Status

ScalaTest + Play provides integration support between ScalaTest and Play Framework.

Installation

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.

Releases

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

Contributions

See https://github.com/playframework/.github/blob/main/CONTRIBUTING.md

Releasing a new version

See https://github.com/playframework/.github/blob/main/RELEASING.md

License

ScalaTest Plus Play is licensed under the Apache license, version 2. See the LICENSE.txt file for more information.

About

ScalaTest + Play

https://www.playframework.com/documentation/latest/ScalaTestingWithScalaTest

License:Apache License 2.0


Languages

Language:Scala 100.0%