如何替换路径以在可通过电子邮件发送的报告或index.html中获取屏幕截图

时间:2018-12-08 08:00:25

标签: selenium-webdriver testng

String filePath = screenShotName.toString()

String path = "img src="\"file://"" alt="\"\"/" 

Reporter.log(path)

我想在可通过电子邮件发送的报告或index.html中获取屏幕截图

我应该将img的{​​{1}},srcfile放在什么位置?

1 个答案:

答案 0 :(得分:0)

找到Screeshot的路径:

您只需在项目目录中根目录

中创建Screenshots文件夹
File filetest = Paths.get(".").toAbsolutePath().normalize().toFile();
ImageIO.write(img, "png", new File(filetest + "\\Screenshots\\" +  " - " + ".png"));