From bdcaed1e917c62bc41ca4c2c1112257c472470d2 Mon Sep 17 00:00:00 2001 From: Stacey Van Herk Date: Thu, 1 Nov 2018 17:45:51 -0400 Subject: [PATCH] Fix sauce --- wct.conf.json | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/wct.conf.json b/wct.conf.json index 1d82cf9..76bbae9 100644 --- a/wct.conf.json +++ b/wct.conf.json @@ -1,8 +1,11 @@ { - "plugins": { - "local": { - "browsers": ["chrome"] - }, + "plugins": { + "local": { + "browsers": ["chrome"], + "browserOptions": { + "chrome": ["headless", "disable-gpu", "no-sandbox"] + } + }, "sauce": { "browsers": [ {