Package com.github.angleshq.angles
Interface AnglesReporterInterface
-
- All Known Implementing Classes:
AnglesReporter,AnglesReporterEmpty
public interface AnglesReporterInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImageCompareResponsecompareScreenshotAgainstBaseline(String screenshotId)voiddebug(String debug)voiddebug(String debug, String screenshotId)voiderror(String error)voiderror(String error, String screenshotId)voidfail(String name, String expected, String actual, String info)voidfail(String name, String expected, String actual, String info, String screenshotId)StringgetBuildId()voidinfo(String info)voidinfo(String info, String screenshotId)voidpass(String name, String expected, String actual, String info)voidpass(String name, String expected, String actual, String info, String screenshotId)voidsaveTest()voidstartAction(String description)voidstartBuild(String name, String environmentName, String teamName, String componentName)voidstartBuild(String name, String environmentName, String teamName, String componentName, String phaseName)voidstartTest(String suiteName, String testName)voidstartTest(String suiteName, String testName, String feature)voidstartTest(String suiteName, String testName, String feature, List<String> tags)voidstoreArtifacts(Artifact[] artifacts)voidstorePlatformDetails(Platform... platform)ScreenshotstoreScreenshot(ScreenshotDetails details)voidupdateTestName(String testName)
-
-
-
Method Detail
-
startBuild
void startBuild(String name, String environmentName, String teamName, String componentName)
-
startBuild
void startBuild(String name, String environmentName, String teamName, String componentName, String phaseName)
-
storeArtifacts
void storeArtifacts(Artifact[] artifacts)
-
updateTestName
void updateTestName(String testName)
-
saveTest
void saveTest()
-
storePlatformDetails
void storePlatformDetails(Platform... platform)
-
startAction
void startAction(String description)
-
debug
void debug(String debug)
-
error
void error(String error)
-
info
void info(String info)
-
getBuildId
String getBuildId()
-
storeScreenshot
Screenshot storeScreenshot(ScreenshotDetails details)
-
compareScreenshotAgainstBaseline
ImageCompareResponse compareScreenshotAgainstBaseline(String screenshotId)
-
-