xdissent / karma-ievms

Karma launcher for ievms virtual machines
http://xdissent.github.io/karma-ievms
MIT License
58 stars 15 forks source link

what if i need special settings in IE #5

Closed benzen closed 10 years ago

benzen commented 10 years ago

The site i'm trying to test require executiuon of cors request.

To be able to do so, i need to add hosts to the trused zone in IE security settings.

After doing so, i can run my test, but only if the virtual machine is started and that IE is started.

Otherwise i will get a "Error: Access is denied" error message.

I asume that the way karma-ievms (or ievms) logging, and start IE doesn't load the profile.

benzen commented 10 years ago

i think the issue is more related to iectrl. I made a PR on this