From 4a73ffff46ee0540801827a4bbd78baa9f5d4479 Mon Sep 17 00:00:00 2001 From: Polymer Format Bot Date: Tue, 22 May 2018 19:32:23 -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