Reg: how to share seleniumwebdriver libraries between two prj

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Reg: how to share seleniumwebdriver libraries between two prj

sridhareqa
This post was updated on .
We are working with selenium webdriver,pageobjectmodel,mavenized with testng now we want to use the same library files and dependencies to another prj without duplication(copy paste) .

can u please help me .
Reply | Threaded
Open this post in threaded view
|

Re: Reg: how to share seleniumwebdriver libraries between two prj

softwaretestingforum
Administrator
You could create project jar file using "mvn package" and use it as dependency in another maven project
~ seleniumtests.com
Reply | Threaded
Open this post in threaded view
|

Re: Reg: how to share seleniumwebdriver libraries between two prj

sridhareqa
Hi Tarun,

Thanks for the reply.As i am beginner pls explain me with more info with steps.
Regards
sridhareqa