[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] How to run JUnit plugin tests from command line?

Hi all,

I have been using "Run .. -->JUnit Plugin Test" for testing my Eclipse plugin. It has been since now all manual testing. But I want to automatize this by writing an Ant task to run my Junit Plugin tests. What shall I do? Do I need anything extra like a plugin for this?

Thanks.