Skip to content

Instantly share code, notes, and snippets.

@Rhinomcd
Created October 1, 2015 04:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Rhinomcd/5cad21965cdc2db27ee8 to your computer and use it in GitHub Desktop.
Save Rhinomcd/5cad21965cdc2db27ee8 to your computer and use it in GitHub Desktop.
@org.testng.annotations.AfterMethod(alwaysRun = true)
public void tearDown(ITestResult result) {
PractiTestReporter reporter = new PractiTestReporter();
reporter.postToPractitest(result, "28:1");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment