Get help with testing, discuss unit testing strategies etc.


Post by nickolay »

Please re-read this thread from the beginning. You can launch the test suite as the shell command from Jenkins.

Post 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.
Last edited by akansha85 on Wed May 27, 2015 12:49 am, edited 1 time in total.

Post 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.

Post by mats »

The test suite has to reside where your application is, due to x-domain limitations of JavaScript.

Post 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.

Post Reply