From 71215ba3ae9e138e409615c1f5154c7e07cf77ec Mon Sep 17 00:00:00 2001 From: Polymer Format Bot Date: Tue, 5 Jun 2018 12:23:36 -0700 Subject: [PATCH] Update WCT config --- wct.conf.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 wct.conf.json diff --git a/wct.conf.json b/wct.conf.json new file mode 100644 index 0000000..bb2d5a8 --- /dev/null +++ b/wct.conf.json @@ -0,0 +1,16 @@ +{ + "plugins": { + "local": { + "browserOptions": { + "chrome": [ + "no-sandbox", + "headless", + "disable-gpu" + ], + "firefox": [ + "-headless" + ] + } + } + } +} \ No newline at end of file