-
public interface ScreenshotDirectoryProviderProvides a directory for screenshots of a separate test
-
-
Method Summary
Modifier and Type Method Description abstract StringgetDirectoryForTest(TestMethod testMethod, Integer runNumber)-
-
Method Detail
-
getDirectoryForTest
abstract String getDirectoryForTest(TestMethod testMethod, Integer runNumber)
- Parameters:
testMethod- specifies what test is runningrunNumber- specifies how many times a given test have already run
-
-
-
-