Resource directory for tests in a Play application
Elevating SathOkh's comment for more visibility.
With sbt 1.3.13:
$ sbt "show test:resourceDirectory"
...
[info] /path/to/project/test/resources
Call
play "show test:resource-directory"
in the console and it shows you the absolute path to your resource directory in test mode. It will be in "test/resources".
"show" is a sbt command (or task) that enables you to retrieve the values of settings.