Skip to content

Commit

Permalink
Delete the redundant skeleton html runner and use HTMLLauncher in pre…
Browse files Browse the repository at this point in the history
…ference
  • Loading branch information
shs96c committed Jun 18, 2016
1 parent 0e92301 commit cc309c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 102 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@
*/
public class HTMLLauncher implements HTMLResultsListener {

// java -jar selenium-server-standalone-<version-number>.jar -htmlSuite "*firefox"
// "http://www.google.com" "c:\absolute\path\to\my\HTMLSuite.html"
// "c:\absolute\path\to\my\results.html"
private static Logger log = Logger.getLogger(HTMLLauncher.class.getName());

private Server server;
Expand Down
100 changes: 0 additions & 100 deletions java/server/src/org/openqa/selenium/server/htmlrunner/Main.java

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@

package org.openqa.selenium.server.htmlrunner;

import com.thoughtworks.selenium.SeleniumException;

public class Results {

private boolean succeeded = true;
Expand Down

0 comments on commit cc309c9

Please sign in to comment.