Thursday, 12 September 2013

How to debug selenium webdriver through eclipse using maven and junit

How to debug selenium webdriver through eclipse using maven and junit

I have a bunch of selenium webdriver tests in eclipse. How can I run them
in debug mode through eclipse so I can properly debug them instead of just
outputting stuff to the log?
When I run the tests I use the following command line: mvn -Dtest=testName
test -Dconf=MyPropertis.properties
but I don't know how to do this through eclipse.

2 comments: