Reputation: 51
OS: MAC Selenium-Webdriver tests run fine on Firefox driver when run through eclipse but when I try to run using jenkins, all the tests are getting skipped. Can somebody help?
Thanks
Upvotes: 0
Views: 95
Reputation: 3448
I assume you are using the surefire or failsafe plugin?
If so, then by default it only picks up classes which match *Test.class. Do your match that?
Upvotes: 0