Automated Tests in Eclipse?

Hi Guys,

I planned to run automated tests in background schedulely.

Is there any plugins in Eclipse that can run Rails tests?

Or is there any better way to do scheduled background tests?

Thanks,
Arthur

Is there a specific reason you want to run it on Eclipse?

I have used autotest - http://nubyonrails.com/articles/autotest-rails
I usually keep it running on another screen/term and watch out for
Exceptions.

  • Arnab

On Jan 14, 5:18 pm, Arthur C. [email protected]

Arnab wrote:

Is there a specific reason you want to run it on Eclipse?

I have used autotest - http://nubyonrails.com/articles/autotest-rails
I usually keep it running on another screen/term and watch out for
Exceptions.

  • Arnab

On Jan 14, 5:18�pm, Arthur C. [email protected]

Thanks much for the pointer!! it is what I needed.

Arthur C. wrote:

I have used autotest - http://nubyonrails.com/articles/autotest-rails
I usually keep it running on another screen/term and watch out for
Exceptions.

Thanks much for the pointer!! it is what I needed.

If an error raises a stack trace, can you navigate the trace with a
keystroke?

(“Fault Navigation”…)