Get help with testing, discuss unit testing strategies etc.


Post by vahe »

I would like to test my setup environment. Can I use in harness file external ip for my setup?

Thanks!

Post by mats »

Your test suite should be on the same domain/port as the target application being tested, due to X-domain restriction in browsers

Post by vahe »

Thanks,
I have session in my environment. When session expire the url host/siesta/myTests/ redirected to login page.
It is possible to resolve this or I must to open this url url host/siesta/myTests/?
Thanks

Post by nickolay »

Yes, you need to check for session presence at the beginning of the tests. Check our guides: https://bryntum.com/docs/siesta/#!/guide ... _touch_app

Post by vahe »

Good, Thanks!

Post Reply