We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e74f787 commit f89b95aCopy full SHA for f89b95a
.github/workflows/test.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Build side-runner and selenium-ide
36
run: npm run build
37
- name: Install xvfb
38
- run: sudo apt-get update -y && sudo apt-get install -y xvfb x11-xserver-utils
+ run: sudo apt-get update -y && sudo apt-get install -y libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libnss3 libxss1 libasound2 libxtst6 xauth xvfb
39
- name: Run all tests and also use xvfb
40
run: xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- npm run test:ci
41
0 commit comments