assets are not loaded in functional test mode
The answer to my problem is probably very simple and stupid but, can't find it by myself so far. Using Play Framework, emberjs and FluentLenium, I wrote a very simple functional test but can't make it works under IntelliJ IDEA 13 . For some reason, every assets located in the public/ and app/ folders are not found when I run the test with IntelliJ. Here's my code : import org.junit.Test; import play.libs.F.Callback; import play.test.TestBrowser; import play.test.WithApplication; import static org.fest.assertions.Assertions.assertThat; import static play.test.Helpers.*; public class