Test Configuration Settings in Play Framework

A common need when writing integration or unit tests is to have a different configuration than what would be used for production. Play Framework provides the FakeApplication class to assist with test configurations. It acts mostly the same as the normal Application class. When instantiating a new FakeApplication, we can

Page 1 of 1