Hi
When running javascript testing under Chrome, where I use jasmine.loadFixtures, "Origin null is not allowed by Access-Control-Allow-Origin" is shown as an error.
In order to run work around this issue, --allow-file-access-from-files is required to be added to the start up of the chrome process
ie: chrome --allow-file-access-from-files.
Is there someway to confirm Chutzpah "Run in browser" command to start browser with command options?
Comments: Hi, I am curious if this ever got implemented. Currently, I am running into this issue, and this thread comes up during the research into a solution. (P.S. Thanks for all the effort you put into Chutzpah - it has been great so far!)
When running javascript testing under Chrome, where I use jasmine.loadFixtures, "Origin null is not allowed by Access-Control-Allow-Origin" is shown as an error.
In order to run work around this issue, --allow-file-access-from-files is required to be added to the start up of the chrome process
ie: chrome --allow-file-access-from-files.
Is there someway to confirm Chutzpah "Run in browser" command to start browser with command options?
Comments: Hi, I am curious if this ever got implemented. Currently, I am running into this issue, and this thread comes up during the research into a solution. (P.S. Thanks for all the effort you put into Chutzpah - it has been great so far!)