Wednesday 24 April 2013

What are the commands to run selenium java maven project on command line

First of all go to your project location through command line


mvn clean
mvn install
mvn test

mvn site   it will generate  html surefire reports on target\site folder

No comments:

Post a Comment