Hi, I'm trying to understand how or if it is possible to write selenium/webdriver tests in Java on PC 1 and give the finished test to PC 2 which is running jenkins to test the application which in this scenario is a website.
So I'm at PC 1 with eclipse, chromedriver, selenium/webdriver installed, using JUnit in my maven project. So I have a state where I can write a webdriver/Junit test that I can start with maven on MY machine. But now I want to give it to ANOTHER machine that is running a jenkins server so that that machine can run the test code I've written without my machine being on. How do I do that? What guidelines do I have to follow? How must my files be structured/named? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/6f914de4-9590-46fe-a427-2a73d5189a9an%40googlegroups.com.
