类 CahDirectories
- java.lang.Object
-
- tech.testnx.cah.common.config.CahDirectories
-
public class CahDirectories extends Object
- 作者:
- Yun
-
-
字段概要
字段 修饰符和类型 字段 说明 static CahDirectoriesINSTANCE
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 PathgetBrowserLogs()Get the Path of browser log directoryPathgetConfig()Get the Path of config directoryPathgetCurrentReports()PathgetData()Get the Path of data directoryPathgetLogs()Get the Path of log directoryPathgetReports()Get the Path of output reports directoryPathgetResources()Get the Path of resources directoryPathgetRoot()Get the Path of working directoryPathgetScreenshotBase64Path(org.testng.ITestResult result)PathgetScreenshotPngPath(org.testng.ITestResult result)PathgetSuites()Get the Path of suites directoryPathgetTemp()Get the Path of temp directoryPathgetUserHome()Get the Path of User homePathgetWorkDir()Get the Path of Current working directory
-
-
-
字段详细资料
-
INSTANCE
public static CahDirectories INSTANCE
-
-
方法详细资料
-
getUserHome
public Path getUserHome()
Get the Path of User home
-
getWorkDir
public Path getWorkDir()
Get the Path of Current working directory
-
getRoot
public Path getRoot()
Get the Path of working directory
-
getResources
public Path getResources()
Get the Path of resources directory
-
getConfig
public Path getConfig()
Get the Path of config directory
-
getData
public Path getData()
Get the Path of data directory
-
getLogs
public Path getLogs()
Get the Path of log directory
-
getBrowserLogs
public Path getBrowserLogs()
Get the Path of browser log directory
-
getTemp
public Path getTemp()
Get the Path of temp directory
-
getSuites
public Path getSuites()
Get the Path of suites directory
-
getReports
public Path getReports()
Get the Path of output reports directory
-
getCurrentReports
public Path getCurrentReports()
-
getScreenshotPngPath
public Path getScreenshotPngPath(org.testng.ITestResult result)
-
getScreenshotBase64Path
public Path getScreenshotBase64Path(org.testng.ITestResult result)
-
-