Well I've had a heck of a time getting scheduling working in Intellij Idea. Unfortunately most responses to similar questions refer to Eclipse. Also I have tried command line to no avail with 'can not find class in classpath' issues possibly a TestNG bug. I need hourly scheduling. Suggestions?
BTW I have considered Maven, it's plugin is included with Idea. But it requires a project to be built 'as Maven' from the start, which mine was not. Wonder if my non-Maven project will just import into Maven. Or if there is another better approach to getting hourly test runs with TestNG.
Edit: The command line issue: TestNG, Intellij IDEA, Command Line Test Run Error: Cannot Find Class in Classpath
Thanks!