-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
27 changed files
with
407 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ target/ | |
.settings/ | ||
|
||
.vscode/ | ||
.idea/ | ||
|
||
.DS_Store | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# Download Current Release Version | ||
|
||
- **Java 8+ is required** for running the TestNG for Eclipse plugin. | ||
|
||
- **Eclipse 4.2 and above is required**. Eclipse 3.x is NOT supported | ||
any more, please update your Eclipse to 4.2 or above. | ||
|
||
You can use either the [Eclipse | ||
Marketplace](https://marketplace.eclipse.org/content/testng-eclipse) or | ||
the update site. | ||
|
||
## Install via Eclipse Marketplace | ||
|
||
Go to the TestNG page on the Eclipse Market Place and drag the icon | ||
called "Install" onto your workspace. | ||
|
||
## Install from update site | ||
|
||
- Select Help / Install New Software… | ||
|
||
- Enter the update site URL in "Work with:" field: | ||
|
||
- Update site for release: | ||
`https://testng.org/testng-eclipse-update-site`. | ||
|
||
- Make sure the check box next to URL is checked and click Next. | ||
|
||
- Eclipse will then guide you through the process. | ||
|
||
You can also install older versions of the plug-ins | ||
[here](https://beust.com/eclipse-old). Note that the URL’s on this page | ||
are update sites as well, not direct download links. | ||
|
||
# Build the TestNG Eclipse Plugin from source code | ||
|
||
TestNG Eclipse Plugin is [hosted on | ||
GitHub](https://github.com/testng-team/testng-eclipse), you can download | ||
the source code and [build by | ||
ourselves](https://github.com/testng-team/testng-eclipse/blob/master/README.md#building). |
Oops, something went wrong.