From 266ff13bd9169b4258484b4b56b2ff6464f5947a Mon Sep 17 00:00:00 2001 From: Darin Kelkhoff Date: Mon, 30 Jan 2023 10:43:01 -0600 Subject: [PATCH] try adding libnss --- .circleci/config.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index b7f4d21..450924d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -38,6 +38,12 @@ commands: name: Start Selenium command: java -jar selenium-server-standalone-3.5.3.jar -log test-reports/selenium.log 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: keys: