Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions factory/.env
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,23 @@ FACTORY_VERSION='6.1.1'

# Chrome versions: https://www.ubuntuupdates.org/package/google_chrome/stable/main/base/google-chrome-stable
# Linux/amd64 only
CHROME_VERSION='140.0.7339.207-1'
CHROME_VERSION='141.0.7390.54-1'

# Chrome for Testing versions: https://googlechromelabs.github.io/chrome-for-testing/
# not currently used for cypress/browsers and cypress/included images
# Linux/amd64 only
CHROME_FOR_TESTING_VERSION='140.0.7339.207'
CHROME_FOR_TESTING_VERSION='141.0.7390.54'

# Cypress versions: https://www.npmjs.com/package/cypress
CYPRESS_VERSION='15.3.0'
CYPRESS_VERSION='15.4.0'

# Edge versions: https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/
# Linux/amd64 only
EDGE_VERSION='140.0.3485.81-1'
EDGE_VERSION='141.0.3537.57-1'

# Firefox versions: https://download-installer.cdn.mozilla.net/pub/firefox/releases/
# Linux/amd64 for all versions, Linux/arm64 for versions 136.0 and above
FIREFOX_VERSION='143.0.1'
FIREFOX_VERSION='143.0.4'

# Geckodriver versions: https://github.com/mozilla/geckodriver/releases
# Geckodriver documentation: https://firefox-source-docs.mozilla.org/testing/geckodriver/index.html
Expand Down