You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running jasmine as part of our grunt build, headless chrome requires the argument "--allow-file-access-from-files". This is because require tries to fetch dependencies using "file://" protocol.
Need to be able to specify this option in the grunt file and have it passed to puppeteer's launch options.
I believe this part of the reason for other user's issue of specs not running.
The text was updated successfully, but these errors were encountered:
Running jasmine as part of our grunt build, headless chrome requires the argument "--allow-file-access-from-files". This is because require tries to fetch dependencies using "file://" protocol.
Need to be able to specify this option in the grunt file and have it passed to puppeteer's launch options.
I believe this part of the reason for other user's issue of specs not running.
The text was updated successfully, but these errors were encountered: