/play-slick-silhouette-scalatest

Test drive development of a Play 2.4 app through acceptance testing with ScalaTest

Primary LanguageScalaApache License 2.0Apache-2.0

Play 2.4 Slick Silhouette ScalaTest Demo

Build requirements:

We have suspended using the artima plugin for scalatest

we do not yet need to add the following line to ~/.sbt/0.13/global.sbt:

resolvers += "Artima Maven Repository" at "http://repo.artima.com/releases"

Test

$ sbt test

Our focus here will be on driving development through acceptance testing

so our real tests are in test/acceptance

and you probably only want to run those.

Test only syntax for sbt using a wildcard

$ sbt "test-only *FeatureSpec"