diff --git a/install/ui/Gruntfile.js b/install/ui/Gruntfile.js index ba464112776..6282a748e36 100644 --- a/install/ui/Gruntfile.js +++ b/install/ui/Gruntfile.js @@ -4,6 +4,15 @@ module.exports = function(grunt) { options: {} }, qunit: { + options: { + puppeteer: { + ignoreDefaultArgs: true, + args: [ + "--headless", + "--disable-web-security" + ] + }, + }, all: [ 'test/all_tests.html' ]