Skip to content

Instantly share code, notes, and snippets.

@sahajamit
Last active August 29, 2015 14:17
Show Gist options
  • Save sahajamit/7fc8218bd7b311589487 to your computer and use it in GitHub Desktop.
Save sahajamit/7fc8218bd7b311589487 to your computer and use it in GitHub Desktop.
import org.testng.ISuite;
import org.testng.ISuiteListener;
public class SeleniumStarterListener implements ISuiteListener {
public void onStart(ISuite suite) {
}
public void onFinish(ISuite suite) {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment