Get help with testing, discuss unit testing strategies etc.


Post by jminutella »

Hi all,

I'm having a little difficulty trying to setup cross domain testing with Siesta. I'm running Siesta from my local project and trying to run tests on a test machine (ex. https://testmachine1.ourdomain.com/ourApp ) that has our web app on it. I followed these steps here but I'm wondering if anything has changed recently. https://www.bryntum.com/docs/siesta/#!/ ... ge_testing

Attached is a screenshot.

I noticed that the --disable-web-security flag is unsupported? Anyway - I'm running Chrome with the disable web security flag, I have the Ignore X-Frames header extension installed and I have the pageUrl and url configs set correctly pointing to the test system and the urls are valid.

Thanks!
Attachments
bryntum_cross_domain.png
bryntum_cross_domain.png (47.95 KiB) Viewed 1501 times

Post by nickolay »

Hi,

Yes, unfortunately, it seems the --disable-web-security flag in Chrome is no longer supported. I could not make this setup to work recently either.

The best option would be to setup a redirect in your app, so that tests could reside on the same domain with your app itself.

Post Reply