我正在尝试在 Eclipse 中安装 TestNg,但面临以下问题。任何人都可以帮助我吗,即使我尝试了所有方法,但我无法解决这个问题。
我正在使用最新版本的 eclipse 和 TestNG
Unable to read repository at https://testng.org/testng-eclipse-update-site/content.xml.
Unable to read repository at https://testng.org/testng-eclipse-update-site/content.xml.
sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
从 https://github.com/cbeust/testng-eclipse下载 testNG JAR 文件,然后手动将其添加到 eclipse IDE,如下所示:
我遇到了同样的问题,我所做的就是下载更新版本的 JDK : 旧版本:1.8.40 当前版本:1.8.201 然后再次尝试安装 TestNG,它成功了
这对我有用。但我需要添加 zip 文件夹。它不允许我添加解压缩文件夹。