cypress icon indicating copy to clipboard operation
cypress copied to clipboard

fix: Google Chrome for testing - version not parsed correctly

Open Crustum7 opened this issue 1 year ago • 12 comments

  • Closes #28123

Additional details

This change should ensure that Google Chrome for Testing is parsed so the version number can be used. The only issue is that it assumes that the version is stable which might lead to some issues. If there is a good way of checking what channel it is, using the version number, that could be used to make a more robust change.

Steps to test

Download a version of Google Chrome for Testing, for example: npx @puppeteer/browsers install chrome@canary

Add the path to Google Chrome for Testing: export PATH=$PATH:/full/path/to/chrome/directory/ (note: this is the path to the directory that the executable chrome lives in, not the path to the executable itself)

How has the user experience changed?

image Before image After

PR Tasks

Crustum7 avatar Nov 05 '23 11:11 Crustum7