Community contributed extensions

Spock tests [spocktests] module

This module is for the Play 1.x series only.

This module allows running Spock specifications. This provides the possibility to write BDD style tests (still wrapped as junit) with the expressive power of groovy and still have the tested application be in playframework. This can also be combined with Geb which provides The future of functional web testing.

See more description on github

http://github.com/peterlundberg/play-spock-tests

Written by Peter Lundberg.