ant - Selenium - Jenkins - CI -
i'm trying integrate selenium automation project jenkins using ant build tool.
i've configured job , i'm able build too, scripts didn't launch application , perform test steps expected. still see console output 'build success'...!
when tried execute ant build through command prompt, got executed appropriately launching application , performing required test steps. expected same happen in jenkins job well, it's not happening so.
please me in fixing issue....!
note: have followed steps given in post below integrating jenkins & selenium- http://www.ontestautomation.com/running-selenium-webdriver-tests-in-jenkins-using-ant/
make sure of 2 things
- configure ant: jenkins > manage jenkins > configure system > ant installations
- invoke ant: jenkins > job > configure > build > invoke ant targets
Comments
Post a Comment