Skip to content

Commit a71114f

Browse files
authored
chore: update factory to cypress 15.7.0 (#1453)
1 parent b0808c6 commit a71114f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

factory/.env

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,23 +25,23 @@ FACTORY_VERSION='7.1.0'
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='142.0.7444.162-1'
28+
CHROME_VERSION='142.0.7444.175-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='142.0.7444.162'
33+
CHROME_FOR_TESTING_VERSION='142.0.7444.175'
3434

3535
# Cypress versions: https://www.npmjs.com/package/cypress
36-
CYPRESS_VERSION='15.6.0'
36+
CYPRESS_VERSION='15.7.0'
3737

3838
# Edge versions: https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/
3939
# Linux/amd64 only
40-
EDGE_VERSION='142.0.3595.65-1'
40+
EDGE_VERSION='142.0.3595.90-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='145.0'
44+
FIREFOX_VERSION='145.0.1'
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)