Selenium Java project setup on Azure DevOPs | Selenium Forum
D
Dimple Chhabadia Posted on 15/06/2020

I have to configure Selenium Java project on Azure DevOps server. For that we have to configure Azure VM with prerequisites needed to run tests?

What are the prerequisites to setup VM for Selenium Java having TestNG and Maven.

Do we need install/downoad below

1. Downoad Maven and configuration

2. Download JDK and configuration

3. Download Selenium Java Jars

4. Download Selenium Standalone srver Jars

5. Download browser drivers?? I have already drivers in project folder.

Thanks!


A
Ashish Thakur Replied on 17/06/2020

JDK 8, Eclipse, testng, maven, drivers for selenium . This all will be neeed. Maven will automatically bring Jars


D
Dimple Chhabadia Replied on 17/06/2020

Can you please explain why do we need to install eclipse, TestNG and browser drivers.

We are goind to configure tests on ADO and run using agent on VM, not using eclipse.

TestNG and drivers are already included in project.