Playframework: Integration tests in src/it/scala don't compile in IDEA
Hi,
I have configured integration tests for a playframework project in scr/it/scala
like here: http://stackoverflow.com/a/25825782/888660
They compile and execute fine with sbt, but the eclipse editor can not resolve the symbols, so I don't enjoy all
the niceties IDEA provides for scala.
How do I configure IDEA to accept this folder with the correct classpath.
The normal playframework tests in test/scala are fine.
thank you very much,
ido
请先登录再写评论。