mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-18 05:10:45 +00:00
try adding libnss
This commit is contained in:
@ -38,6 +38,12 @@ commands:
|
|||||||
name: Start Selenium
|
name: Start Selenium
|
||||||
command: java -jar selenium-server-standalone-3.5.3.jar -log test-reports/selenium.log
|
command: java -jar selenium-server-standalone-3.5.3.jar -log test-reports/selenium.log
|
||||||
background: true
|
background: true
|
||||||
|
- run:
|
||||||
|
name: Install Browser dependencies
|
||||||
|
command: |
|
||||||
|
apt install libnss
|
||||||
|
apt install libnss3-dev libgdk-pixbuf2.0-dev libgtk-3-dev libxss-dev
|
||||||
|
background: true
|
||||||
|
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
|
Reference in New Issue
Block a user