mirror of
https://github.com/xodio/xod.git
synced 2026-03-05 00:14:07 +01:00
tweak(infra): make screenshotter tool run headlessly
This commit is contained in:
@@ -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'],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user