Importing a Selenium or Appium Java project into the UI Test perspective
If you have an existing Java project that contains a Selenium or Appium test, you can import it into the UI Test perspective.
About this task
Procedure
- In the UI Test perspective, click Import from the File menu.
- In the Import dialog box, expand General, select Existing Projects into Workspace and then click Next.
- Click Browse and navigate to the
root directory where the Java project is located, and then click OK.
The projects in the directory you select are listed in the Projects field.
- Select the check box next to the projects you want to import,
and click Finish.The selected project is displayed in the Test Navigator. In the Logical View, the Selenium test is displayed under the External Tests folder.
- You can now run, view or modify the Selenium or Appium test.