Reputation: 21
How report my test case results on selenium-ide. I don't want use selenium-rc. What command I should use to get results.html ?
Upvotes: 2
Views: 2560
Reputation: 101
Use this command, you will get a report for your html suite execution in Selenium IDE
java -jar selenium-server.jar -htmlSuite "*chrome" http://www.example.com
./testsuite.html results.html
Here are the argument:
Upvotes: 0
Reputation: 2002
you can use File Logging add-on..With the help of this you can store result of your test case
Upvotes: 3