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-60750fbf18799453422903-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-60750fbf187a3447476623-i/] class which loads resources from the class path. The trouble was I wanted to apply the schema from […]