cypress
                                
                                
                                
                                    cypress copied to clipboard
                            
                            
                            
                        fix: Google Chrome for testing - version not parsed correctly
- 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?
Before
After
PR Tasks
- [na] Have tests been added/updated?
 - [na] Has a PR for user-facing changes been opened in 
cypress-documentation? - [na] Have API changes been updated in the 
type definitions?