I want to run some integration tests against my app on Jenkins/Cloudbees. Deploying on Quercus is not an option since some parts of the app (nusoap) do not work properly.
What options do I have?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Only command line PHP is available on build slaves, so you have to deploy your app on a php hosting service to run such integration tests.
Please note recent php version can run a basic http server, so you can start your web application