Skip to content

Instantly share code, notes, and snippets.

View Rhinomcd's full-sized avatar

Ryan McDonough Rhinomcd

  • Paso Robles, CA
View GitHub Profile
@org.testng.annotations.AfterMethod(alwaysRun = true)
public void tearDown(ITestResult result) {
PractiTestReporter reporter = new PractiTestReporter();
reporter.postToPractitest(result, "28:1");
}