I've started using Play! for an application which we are migrating from Wicket in my organization. As per our policy, we need to keep all tests up and running via Jenkins and I was able to antify the application and configured Jenkins to call Ant target 'auto-test' successfully. But it seems like the selenium tests are getting left out. Is there any way to include/call them from Ant?
Would really appreciate any help.开发者_如何学C
I am not familiar with selenium, but I know it is possible with Jenkins with some configuration, I think you may find these links helpful
- Jenkins Selenium Plugin [1]
- Closer to what you need to be doing [2]
If you have anymore questions please feel free to ask.
Goodluck!
Just for a reference, 'auto-test' targets runs the selenium tests as well.
It seems I overlooked the selenium test packs as we have number of suites (app, functional, daos etc...), its my bad.
精彩评论