Skip to content

Commit

Permalink
Update Chrome, and Chromedriver Versions in Gitlab CI Configuration #175
Browse files Browse the repository at this point in the history
  • Loading branch information
TasneemNatshah committed Dec 14, 2024
1 parent 11dbaf5 commit 3381d40
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ services:
alias: selenium

variables:
CHROME_VERSION: CHROME_VERSION=$(google-chrome --product-version);
CHROME_VERSION: "115.0.5790.110-1"
CHROME_DRIVER_VERSION: "114.0.5735.90"
NODE_OPTIONS: "--openssl-legacy-provider"

before_script:
Expand All @@ -23,6 +24,7 @@ before_script:
- wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
- sudo dpkg -i google-chrome-stable_current_amd64.deb
- rm google-chrome-stable_current_amd64.deb
- CHROME_VERSION=$(google-chrome --product-version)
- wget https://storage.googleapis.com/chrome-for-testing-public/$CHROME_VERSION/linux64/chromedriver-linux64.zip
- unzip chromedriver-linux64.zip
- sudo chmod +x chromedriver-linux64/chromedriver
Expand Down

0 comments on commit 3381d40

Please sign in to comment.