mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
dependencies: Add xvfb dependency.
The node package allow use to control xvfb apt package in puppeteer tests. This help us create a fake display so we can run puppeteer in headful (headless: false) mode, which is required to use the chrome extension desktop capture API.
This commit is contained in:
committed by
Tim Abbott
parent
78774e5f1b
commit
c1ba648b4f
@@ -141,6 +141,7 @@ COMMON_DEPENDENCIES = [
|
||||
"fonts-freefont-ttf",
|
||||
"libappindicator1",
|
||||
"xdg-utils",
|
||||
"xvfb",
|
||||
# Puppeteer dependencies end here.
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user