Webstrom : how to set up unsigned build in server ?
hI,
After 2016.1.2, all the inbuilt web server request seems to have an extra authorization token, so the expected request
http://localhost:63342/project/app/index.html
gets converted to
http://localhost:63342/project/app/index.html??_ijt=lfusvnekdqjnn6q1024lq7a5c
And due to this change we are not able to run the protractor. How to configure webstorm to use unsigned built in server?
Please sign in to leave a comment.
I can suggest trying WebStorm 2016.2 EAP ( https://confluence.jetbrains.com/display/WI/WebStorm+EAP) - there is "Allow unsigned requests" option (Preferences | Build, Execution, Deployment | Debugger) there that allows testing apps hosted on built-in webserver with protractor
Hi Elena,
Thanks, It worked....