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:
Priyank Patel
2020-08-04 23:53:47 +00:00
committed by Tim Abbott
parent 78774e5f1b
commit c1ba648b4f
4 changed files with 18 additions and 2 deletions

View File

@@ -141,6 +141,7 @@ COMMON_DEPENDENCIES = [
"fonts-freefont-ttf",
"libappindicator1",
"xdg-utils",
"xvfb",
# Puppeteer dependencies end here.
]