tweak(infra): make screenshotter tool run headlessly

This commit is contained in:
Evgeny Kochetkov
2018-06-08 23:51:50 +03:00
parent e2b3322649
commit 2740dc438c

View File

@@ -56,7 +56,7 @@ const height =
await startServer();
const browser = await puppeteer.launch({
headless: false,
headless: true,
slowMo: 10,
args: [`--window-size=${width},${height}`, '--no-sandbox'],
});