user2014097
user2014097

Reputation: 51

issues while running webdriver tests using jenkins

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

Answers (1)

Robbie Wareham
Robbie Wareham

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

Related Questions