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.
This comment has been removed by the author.
ReplyDeleteThis comment has been removed by the author.
ReplyDelete