<dependencies>
<dependency><groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>6.8</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>3.141.5</version>
</dependency>
<dependencies>
//Alternatively we can update eclipse with TestNG url
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: http://beust.com/eclipse.
- Or, Update site for beta: http://beust.org/eclipse-beta , use it if you want to experiment with the new features or verify the bug fixes, and please report back if you encounter any issues.
- Make sure the check box next to URL is checked and click Next.
- Eclipse will then guide you through the process.
No comments:
Post a Comment