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: Thanks
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: Thanks