ses
ses

Reputation: 13342

playframework tests in intellij idea

I've read this: http://groups.google.com/group/play-framework/browse_thread/thread/1df0a77ef811a225

but not found the answer in fact

i have turned on the

module.testruner=${play.path}/modules/testrunner

in my application.conf

but still have the errors when try to launch some test form the ide (idea), following error:

May 7, 2011 9:56:31 PM play.Logger fatal
SEVERE: Cannot read application.conf

question: how to launch the tests from idea?

Upvotes: 2

Views: 2231

Answers (1)

wassertim
wassertim

Reputation: 3136

In play 1.2 you don't need additional setup to run tests in intelliJ test runner. Just check to make sure that you've configured your run/debug configuration correctly. Look at my answer here.

Upvotes: 2

Related Questions