In my Play project, I have junit tests. Earlier this week, I was able to run a test from the game console using
test
teams. I could see successes and failures.
Unfortunately, when I tried to run the tests today, I have:
[info] No tests to run for test:test
[success] Total time: 3 s, completed Apr 19, 2012 5:00:00 PM
message.
Tests are in the test folder of my project. What could be the problem?
Jakub source
share