From bf74f4c71e6862879ac3760eaea5fb78142126e6 Mon Sep 17 00:00:00 2001 From: Polymer Format Bot Date: Tue, 5 Jun 2018 12:24:08 -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