Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/playframework/scalatestplus-play
ScalaTest + Play
https://github.com/playframework/scalatestplus-play
playframework scala scalatest test testing
Last synced: 2 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 (over 10 years ago)
- Default Branch: main
- Last Pushed: 2024-03-28T19:21:03.000Z (7 months ago)
- Last Synced: 2024-04-15T12:07:28.052Z (7 months 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
[![Twitter Follow](https://img.shields.io/twitter/follow/playframework?label=follow&style=flat&logo=twitter&color=brightgreen)](https://twitter.com/playframework)
[![Discord](https://img.shields.io/discord/931647755942776882?logo=discord&logoColor=white)](https://discord.gg/g5s2vtZ4Fa)
[![GitHub Discussions](https://img.shields.io/github/discussions/playframework/playframework?&logo=github&color=brightgreen)](https://github.com/playframework/playframework/discussions)
[![StackOverflow](https://img.shields.io/static/v1?label=stackoverflow&logo=stackoverflow&logoColor=fe7a16&color=brightgreen&message=playframework)](https://stackoverflow.com/tags/playframework)
[![YouTube](https://img.shields.io/youtube/channel/views/UCRp6QDm5SDjbIuisUpxV9cg?label=watch&logo=youtube&style=flat&color=brightgreen&logoColor=ff0000)](https://www.youtube.com/channel/UCRp6QDm5SDjbIuisUpxV9cg)
[![Twitch Status](https://img.shields.io/twitch/status/playframework?logo=twitch&logoColor=white&color=brightgreen&label=live%20stream)](https://www.twitch.tv/playframework)
[![OpenCollective](https://img.shields.io/opencollective/all/playframework?label=financial%20contributors&logo=open-collective)](https://opencollective.com/playframework)[![Build Status](https://github.com/playframework/scalatestplus-play/actions/workflows/build-test.yml/badge.svg)](https://github.com/playframework/scalatestplus-play/actions/workflows/build-test.yml)
[![Maven](https://img.shields.io/maven-central/v/org.scalatestplus.play/scalatestplus-play_2.13.svg?logo=apache-maven)](https://mvnrepository.com/artifact/org.scalatestplus.play/scalatestplus-play_2.13)
[![Repository size](https://img.shields.io/github/repo-size/playframework/scalatestplus-play.svg?logo=git)](https://github.com/playframework/scalatestplus-play)
[![Scala Steward badge](https://img.shields.io/badge/Scala_Steward-helping-blue.svg?style=flat&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAMAAAARSr4IAAAAVFBMVEUAAACHjojlOy5NWlrKzcYRKjGFjIbp293YycuLa3pYY2LSqql4f3pCUFTgSjNodYRmcXUsPD/NTTbjRS+2jomhgnzNc223cGvZS0HaSD0XLjbaSjElhIr+AAAAAXRSTlMAQObYZgAAAHlJREFUCNdNyosOwyAIhWHAQS1Vt7a77/3fcxxdmv0xwmckutAR1nkm4ggbyEcg/wWmlGLDAA3oL50xi6fk5ffZ3E2E3QfZDCcCN2YtbEWZt+Drc6u6rlqv7Uk0LdKqqr5rk2UCRXOk0vmQKGfc94nOJyQjouF9H/wCc9gECEYfONoAAAAASUVORK5CYII=)](https://scala-steward.org)
[![Mergify Status](https://img.shields.io/endpoint.svg?url=https://api.mergify.com/v1/badges/playframework/scalatestplus-play&style=flat)](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.