Skip to content

Commit 4fc1615

Browse files
authored
update cypress to 14.5.0 and browsers to latest (#1372)
1 parent 06117f5 commit 4fc1615

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
@@ -22,23 +22,23 @@ FACTORY_VERSION='5.11.0'
2222

2323
# Chrome versions: https://www.ubuntuupdates.org/package/google_chrome/stable/main/base/google-chrome-stable
2424
# Linux/amd64 only
25-
CHROME_VERSION='137.0.7151.68-1'
25+
CHROME_VERSION='137.0.7151.119-1'
2626

2727
# Chrome for Testing versions: https://googlechromelabs.github.io/chrome-for-testing/
2828
# not currently used for cypress/browsers and cypress/included images
2929
# Linux/amd64 only
30-
CHROME_FOR_TESTING_VERSION='137.0.7151.70'
30+
CHROME_FOR_TESTING_VERSION='137.0.7151.119'
3131

3232
# Cypress versions: https://www.npmjs.com/package/cypress
33-
CYPRESS_VERSION='14.4.1'
33+
CYPRESS_VERSION='14.5.0'
3434

3535
# Edge versions: https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/
3636
# Linux/amd64 only
3737
EDGE_VERSION='137.0.3296.62-1'
3838

3939
# Firefox versions: https://download-installer.cdn.mozilla.net/pub/firefox/releases/
4040
# Linux/amd64 for all versions, Linux/arm64 for versions 136.0 and above
41-
FIREFOX_VERSION='139.0.1'
41+
FIREFOX_VERSION='139.0.4'
4242

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

0 commit comments

Comments
 (0)