ennru / scalatestplus-play

ScalaTest + Play

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gitter Maven

ScalaTest Plus Play

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
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

The following tips may be useful for all welcome contributions:

  • Raise a Pull Request against the relevant branch
  • The Pull Request will be validated & tested in Travis-CI
  • Builds which don't meet the style guidelines will fail, we recommend running sbt scalafmtAll scalafmtSbt before pushing
  • Please use descriptive commit messages

See more details here.

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:Other


Languages

Language:Scala 99.4%Language:Shell 0.6%