ScalaTest + Play provides integration support between ScalaTest and Play Framework (http://www.playframework.com).
To use it, please add the following dependency to your project's build.sbt
or project/Build.scala
file:
"org.scalatestplus.play" %% "scalatestplus-play" % "1.5.0" % "test"