https://github.com/playframework/scalatestplus-play
ScalaTest + Play
https://github.com/playframework/scalatestplus-play
playframework scala scalatest test testing
Last synced: 29 days ago
JSON representation
ScalaTest + Play
- Host: GitHub
- URL: https://github.com/playframework/scalatestplus-play
- Owner: playframework
- License: apache-2.0
- Created: 2014-03-08T21:58:15.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2024-03-28T19:21:03.000Z (about 1 year ago)
- Last Synced: 2024-04-15T12:07:28.052Z (about 1 year ago)
- Topics: playframework, scala, scalatest, test, testing
- Language: Scala
- Homepage: https://www.playframework.com/documentation/latest/ScalaTestingWithScalaTest
- Size: 1.37 MB
- Stars: 107
- Watchers: 10
- Forks: 61
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-playframework - ScalaTest Plus Play - ScalaTest + Play provides integration support between ScalaTest and Play Framework. (Libraries / Testing)
README
# ScalaTest _Plus_ Play
[](https://twitter.com/playframework)
[](https://discord.gg/g5s2vtZ4Fa)
[](https://github.com/playframework/playframework/discussions)
[](https://stackoverflow.com/tags/playframework)
[](https://www.youtube.com/channel/UCRp6QDm5SDjbIuisUpxV9cg)
[](https://www.twitch.tv/playframework)
[](https://opencollective.com/playframework)[](https://github.com/playframework/scalatestplus-play/actions/workflows/build-test.yml)
[](https://mvnrepository.com/artifact/org.scalatestplus.play/scalatestplus-play_2.13)
[](https://github.com/playframework/scalatestplus-play)
[](https://scala-steward.org)
[](https://mergify.com)ScalaTest + Play provides integration support between [ScalaTest](http://www.scalatest.org/) and [Play Framework](http://www.playframework.com).
## Installation
To use it, please add the following dependency to your project's `build.sbt` or `project/Build.scala` file:
```scala
"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](https://www.playframework.com/documentation/3.0.x/ScalaTestingWithScalaTest) |
| 6.0.0 | 2.9.0 | 3.2.x | [docs](https://www.playframework.com/documentation/2.9.x/ScalaTestingWithScalaTest) |
| 5.1.0 | 2.8.0 | 3.1.x | [docs](https://www.playframework.com/documentation/2.8.x/ScalaTestingWithScalaTest) |
| 5.0.0 | 2.8.0 | 3.0.x | [docs](https://www.playframework.com/documentation/2.8.x/ScalaTestingWithScalaTest) |
| 4.0.0 | 2.7.0 | 3.0.x | [docs](https://www.playframework.com/documentation/2.7.x/ScalaTestingWithScalaTest) |
| 3.1.x | 2.6.x | 3.0.x | [docs](https://www.playframework.com/documentation/2.6.x/ScalaTestingWithScalaTest) |
| 3.0.x | 2.6.x | 3.0.x | [docs](https://www.playframework.com/documentation/2.6.x/ScalaTestingWithScalaTest) |
| 2.0.x | 2.5.x | 3.0.x | [docs](https://www.playframework.com/documentation/2.5.x/ScalaTestingWithScalaTest) |
| 1.5.x | 2.5.x | 2.2.x | [docs](https://www.playframework.com/documentation/2.5.x/ScalaTestingWithScalaTest) |
| 1.4.x | 2.4.x | 2.2.x | [docs](https://www.playframework.com/documentation/2.4.x/ScalaTestingWithScalaTest) |
| 1.3.x | 2.2.x | 2.2.x | [docs](https://www.playframework.com/documentation/2.2.x/ScalaTestingWithScalaTest) |## 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.