Skip to content

Commit 989abc5

Browse files
authored
chore: bump browser versions to latest (#1434)
1 parent e3f222d commit 989abc5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

factory/.env

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,23 +25,23 @@ FACTORY_VERSION='6.1.1'
2525
# Chrome versions: https://www.ubuntuupdates.org/package/google_chrome/stable/main/base/google-chrome-stable
2626
# Linux/amd64 only
2727
# Earlier versions of Google Chrome may no longer be available from http://dl.google.com
28-
CHROME_VERSION='141.0.7390.54-1'
28+
CHROME_VERSION='141.0.7390.107-1'
2929

3030
# Chrome for Testing versions: https://googlechromelabs.github.io/chrome-for-testing/
3131
# not currently used for cypress/browsers and cypress/included images
3232
# Linux/amd64 only
33-
CHROME_FOR_TESTING_VERSION='141.0.7390.54'
33+
CHROME_FOR_TESTING_VERSION='141.0.7390.78'
3434

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

3838
# Edge versions: https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/
3939
# Linux/amd64 only
40-
EDGE_VERSION='141.0.3537.57-1'
40+
EDGE_VERSION='141.0.3537.71-1'
4141

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

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

0 commit comments

Comments
 (0)