如何离线安装TestNG eclipse插件?

时间:2011-03-01 14:24:31

标签: eclipse eclipse-plugin testng

任何人都可以提供帮助吗?

我遇到了麻烦,已将我从网站下载的文件解压缩到dropins文件夹中,但没有任何反应!

由于一些非常愚蠢的代理规则,我不能使用互联网来安装它。

2 个答案:

答案 0 :(得分:2)

如果您可以下载testng插件,请在您的dropins目录中创建一个结构similar to this one

/path/to/mydropins
      testng-eclipse-x.y/
         eclipse/
            features
               org.testng.eclipse_x.y.z.jar
            plugins/
               org.testng.eclipse_x.y.z.jar

shared dropins repository中引用“path/to/mydropinseclipse.ini并带有:

-Dorg.eclipse.equinox.p2.reconciler.dropins.directory=/<myPath>/mySharedDropins

您需要复制两者:

答案 1 :(得分:0)

请尝试以下选项。...
选项1:按照https://www.dev2qa.com/testng-eclipse-plugin/
中的步骤进行操作 选项2:如果使用选项1,TestNG不能从URL下面的Eclipse选项3中正确反映 https://www.techbeamers.com/install-testng-in-eclipse-ide/
下载Zip文件的URL适用于版本6.11。如果您需要更高的版本,请尝试 http://dl.bintray.com/testng-team/testng-eclipse-release/zipped/ 我安装了Mars.2 Release(4.5.2)和TestNG 6.14.0版本。