Add installation of Chromium ChromeDriver in UI testing workflow

This commit is contained in:
omri zaher 2025-08-08 18:06:56 +03:00
parent e8c772ee0a
commit d47b855ad2

View file

@ -32,6 +32,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y google-chrome-stable
sudo apt-get install -y chromium-chromedriver
- name: Run Selenium tests
env: