Skip to content

Commit

Permalink
Web tests updated
Browse files Browse the repository at this point in the history
  • Loading branch information
SinaSeylani committed Aug 9, 2024
1 parent be3d5dc commit 955094b
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,16 @@ jobs:
flutter pub get
working-directory: ./integrationtestapp

- name: Set up Google Chrome and ChromeDriver
uses: browser-actions/setup-chrome@v1
with:
chrome-version: 125
install-chromedriver: true
install-dependencies: true
- name: Install Chrome and ChromeDriver
run: |
# Install the correct Chrome version (127)
sudo apt-get update
sudo apt-get install -y google-chrome-stable
sudo apt-get install -y chromium-chromedriver
# Verify Chrome and ChromeDriver versions
google-chrome --version
chromedriver --version
- name: Start Xvfb
run: |
Expand Down

0 comments on commit 955094b

Please sign in to comment.