Skip to content

Commit

Permalink
Add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
juherr committed Feb 3, 2024
1 parent 5fb6a45 commit f22a188
Show file tree
Hide file tree
Showing 27 changed files with 407 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ target/
.settings/

.vscode/
.idea/

.DS_Store

Expand Down
39 changes: 39 additions & 0 deletions docs/download.md
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).

0 comments on commit f22a188

Please sign in to comment.