Loading test data with Play Framework Evolutions
In a previous article I described how to load test data that your ScalaTest Play Framework functional tests might need using Play Framework’s Evolutions. This made use of the [crayon-60751c89586ac286087865-i/] class and defining evolutions in the test setup code. Recently I wanted to also load some test data from a file and so turned to the [crayon-60751c89586b3301120116-i/] class which loads resources from the class path. The trouble was I wanted to apply the schema from […]