blob: 67b9c25ced53d0ebd54f5bcdc00bafbee1acba76 [file] [log] [blame]
<html>
<head>
<title>TestNG - Downloading</title>
<script type="text/javascript" src="banner.js"></script>
<link rel="stylesheet" href="testng.css" type="text/css" />
</head>
<body>
<script type="text/javascript">
displayMenu("download.html")
</script>
<h2 align="center">Downloading TestNG</h2>
<p>
You can <a href="http://testng.org/testng-6.1.1.zip">download TestNG here</a>.
</p>
<p>For the Eclipse plug-in, we suggest using the update site:</p>
<ul>
<li>Select<i> Help / Software updates / Find and Install.</i>
</li>
<li><i>Search for new features to install.</i>
</li>
<li><i>New remote site.</i>
</li>
<li>For Eclipse 3.4 and above, enter <a href="http://beust.com/eclipse">http://beust.com/eclipse</a>.
<li>For Eclipse 3.3 and below, enter <a href="http://beust.com/eclipse1">http://beust.com/eclipse1</a>.
</li>
<li>Make sure the check box next to URL is checked and click <i>Next</i>.
</li>
<li>Eclipse will then guide you through the process. </li>
</ul>
<p>You can also install older versions of the plug-ins <a href="http://beust.com/eclipse-old">here</a>. Note that the URL's on this page are update sites as well, not direct download links.
<p>TestNG is also <a href="http://github.com/cbeust/testng">hosted on
GitHub</a>, where you can download the source and build the
distribution yourself:
<pre class="brush: plain">
$ git clone git://github.com/cbeust/testng.git
$ cd testng
$ ant
</pre>
You will then find the jar file in the <tt>target</tt>directory
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-238215-2";
urchinTracker();
</script>
</body>
</html>