Page 2 of 2

Re: Jenkins setup and CI siesta tutorial

Posted: Thu Sep 18, 2014 8:09 pm
by nickolay
Please re-read this thread from the beginning. You can launch the test suite as the shell command from Jenkins.

Re: Jenkins setup and CI siesta tutorial

Posted: Tue Sep 23, 2014 2:19 am
by akansha85
Hi,

I had another question , can the Jenkins Job run test suite without deploying them on a web server? Cant I use github location as the url to my test suite?

Can you please clarify on the above?

Thanks,
Akansha.

Re: Jenkins setup and CI siesta tutorial

Posted: Tue Sep 23, 2014 2:19 am
by akansha85
Hi,

I had another question , can the Jenkins Job can run test suite without deploying them on web server? Cant I use github location as the url to my test suite?

Can you please clarify on the above?

Thanks,
Akansha.

Re: Jenkins setup and CI siesta tutorial

Posted: Tue Sep 23, 2014 9:05 am
by mats
The test suite has to reside where your application is, due to x-domain limitations of JavaScript.

Re: Jenkins setup and CI siesta tutorial

Posted: Tue Sep 23, 2014 9:08 am
by nickolay
You can point the automation launcher to any URL or webserver, that serves the files of your test suite. As long as your tests works in the browser they will work with the automation launcher.