vilas
unread,Oct 28, 2009, 11:07:23 AM10/28/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to testng-users
Hi All,
We have written our customised TestNG framework.In this,we have
written our own customised TestRunner and calling it through ant.Test
Cases are running fine through our framework with ant.
But now we need to run test cases through TestNg EclipsePlugin.
When we are going to run it through eclipse plug in,TestNg invokes
its standard TestRunner instead of our customised TestRunner.(We have
added our customised testNg frame work jar in classpath).Due to
this,we have getting unexpected test result.
Is there any way to mention which TestRunner has to use while running
testNG through eclipse plugin?
I have checked plugin.xml,plugin.properties to mention TestRunner
entry.But I do not getting it.
kindly suggest for the same and thanks in advance
Regards
Vilas Shelar