在添加extentreport类时出现SSL证书错误

时间:2019-05-27 11:02:38

标签: selenium ssl exception testng extentreports

工作代码现在无法与范围报告一起使用并给出SSL错误

我尝试添加

drivernew.setCapability(CapabilityType.ACCEPT_SSL_CERTS, true);

我得到的错误是

  

Running TestSuite 2019年5月27日1:52:05 PM   com.relevantcodes.extentreports.Configuration getConfigurationMap   严重:找不到配置文件或URL   javax.net.ssl.SSLHandshakeException:   sun.security.validator.ValidatorException:PKIX路径构建失败:   sun.security.provider.certpath.SunCertPathBuilderException:无法执行   查找到所需目标的有效认证路径由:   sun.security.validator.ValidatorException:PKIX路径构建失败:   sun.security.provider.certpath.SunCertPathBuilderException:无法执行   查找到所请求目标的有效认证路径   sun.security.provider.certpath.SunCertPathBuilderException:无法执行   找到请求的目标的有效证明路径[错误]运行测试:8   故障:1,错误:0,跳过:7,经过时间:2.932 s <<<故障!   -在TestSuite中[ERROR] startReport(Automation.ExtentReportsClass)经过的时间:2.881 s <<<失败! java.lang.NullPointerException

0 个答案:

没有答案