Default Chrome Version Change

Handling the Upgrade to Chrome 120

On April 19, 2024 at 12pm Central Time, Testery will change the default Chrome version for all Linux Runners to Chrome version 120

Chrome 114, 115, 117, and 119 will remain available on the testery platform through the end of April for you to use if needed, by specifying a non-default test stack.

Switching to Chrome 120 before April 19, 2024

Migrating your code to the new Test Stack is easy, you just need to provide a testery.yml file in your source repository. Add the following content (example for node), check this page https://testery.app/myaccount/settings/runner-configurations to find your exact configuration.

test_stack:
  configuration_key: node-chrome.120-java.17-nodejs.18

Remaining on Chrome 114 after April 19, 2024

You may use a legacy runner until April 30, 2024 by providing a testery.yml file in your source repository. Add the following content (example for node) check this page https://testery.app/myaccount/settings/runner-configurations to find your exact configuration.

test_stack:
  configuration_key: node-chrome.114-java.17-nodejs.16

Last updated