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