Is there any option available to run c#/.NET tests directly using selenium server like following option for html based tests?
( java -jar selenium-server.jar C# based tests/suites)
-htmlSuite : Run a single HTML Selenese (Selenium Core) suite and then exit immediately, using the specified browser (e.g. "*firefox") on the specified URL (e.g. "http://www.google.com"). You need to specify the absolute path to the HTML test suite as well as the path to the HTML results file we'll generate.
Thanks!