I would like to define different database connections for multiple test environments(Production, Staging, Development). After reading the post \"How do I specify a config file w
Update for Play 2.5.x
Explicit import for import Keys._ is no longer required, and the vm param for config resource location has changed.
javaOptions in Test += "-Dconfig.resource=.conf"