Checkout our demo site to practice selenium https://magento.softwaretestingboard.com/

0 like 0 dislike
495 views
by The go-to Tester (360 points)
I have Gradle selenium java project and need to convert it for eclipse so I can import in eclipse workspace.

Can anyone help me command how to convert?

Thanks

1 Answer

0 like 0 dislike
by The go-to Tester (181 points)
You can use plugin: "eclipse" in your build.gradle file.
 
Now you can navigate to your project directory and run.
 
gradle eclipse
 
Now you can import it as an eclipse project. Sometimes you may have to adjust build.gradle to generate eclipse settings. 
 
Also, gradle has released official eclipse plugin.
 
You can give it a shot as well.
 


This site is for software testing professionals, where you can ask all your questions and get answers from 1300+ masters of the profession. Click here to submit yours now!

...