Running selenium tests on a non-dev machine | Selenium Forum
C
chaudhary.nitesh Posted on 27/05/2020

Need help with this: I have a simple selenium webdriver junit test and I am able to create a runnable jar and run it. Now, I want to pass this jar to my friend to run it at his machine and he doesnt have java installed.

Can you suggest, if I can create a executable file or a Jenkins/teamcity job which he can use to run this test? Or is there any other method where by he can run these tests - without installing java on his machine?


A
Ashish Thakur Replied on 28/05/2020

Yes you can create a bat file to run project

In the testng videos, I have discussed how to to that


C
chaudhary.nitesh Replied on 28/05/2020

Thanks.


Related Posts