Skip to content

Commit

Permalink
Bug fix test env (#237)
Browse files Browse the repository at this point in the history
* Expand GitHub actions environment

* Bug fix the path to chromedriver

* Only install the chrome driver if google chrome is installed.

* Debug tests/build-test-env.sh installing Chrome

* Bug fix test installation of google chrome
  • Loading branch information
asset-web authored Oct 24, 2023
1 parent 736a4de commit 4abbc41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,6 @@ temmpo/settings/private_settings.py
# Cypress
cypress/screenshots
cypress/videos
cypress.env.json
cypress.env.json

google-chrome-stable_current_amd64.deb
1 change: 1 addition & 0 deletions tests/build-test-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ which python3.8
# Install Chrome
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo apt-get install -y ./google-chrome-stable_current_amd64.deb
rm -f google-chrome-stable_current_amd64.deb
which google-chrome
google-chrome --version

Expand Down

0 comments on commit 4abbc41

Please sign in to comment.