@@ -481,11 +481,11 @@ On Windows, Cypress scans the following locations to try to find each browser:
481
481
482
482
| Browser Name | Expected Executable Path |
483
483
| -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
484
- | `chrome` | `C:/Program Files (x86) /Google/Chrome/Application/chrome.exe`, `C:/Program Files/Google/Chrome/Application/chrome.exe` |
485
- | `chrome:beta` | `C:/Program Files (x86) /Google/Chrome Beta/Application/chrome.exe`, `C:/Program Files/Google/Chrome Beta/Application/chrome.exe` |
484
+ | `chrome` | `C:/Program Files/Google/Chrome/Application/chrome.exe`, `C:/Program Files (x86) /Google/Chrome/Application/chrome.exe` |
485
+ | `chrome:beta` | `C:/Program Files/Google/Chrome Beta/Application/chrome.exe`, `C:/Program Files (x86) /Google/Chrome Beta/Application/chrome.exe` |
486
486
| `chrome:canary` | `%APPDATA%/Local/Google/Chrome SxS/Application/chrome.exe` |
487
487
| `chrome-for-testing` | `C:/Program Files/Google/Chrome for Testing/chrome.exe`, `C:/Program Files (x86)/Google/Chrome for Testing/chrome.exe` |
488
- | `chromium` | `C:/Program Files (x86) /Google/chrome-win32 /chrome.exe`, `C:/Program Files/Google/chrome-win /chrome.exe`, `C:/Program Files/Google/Chromium /chrome.exe`, `C:/Program Files (x86)/Google/Chromium/chrome.exe` |
488
+ | `chromium` | `C:/Program Files/Google/chrome-win /chrome.exe`, `C:/Program Files/Google/Chromium /chrome.exe`, `C:/Program Files (x86) /Google/chrome-win32 /chrome.exe`, `C:/Program Files (x86)/Google/Chromium/chrome.exe` |
489
489
| `firefox` | `C:/Program Files/Mozilla Firefox/firefox.exe`, `C:/Program Files (x86)/Mozilla Firefox/firefox.exe`, `%APPDATA%/Local/Mozilla Firefox/firefox.exe` |
490
490
| `firefox:dev` | `C:/Program Files/Firefox Developer Edition/firefox.exe`, `C:/Program Files (x86)/Firefox Developer Edition/firefox.exe`, `%APPDATA%/Local/Firefox Developer Edition/firefox.exe` |
491
491
| `firefox:nightly` | `C:/Program Files/Firefox Nightly/firefox.exe`, `C:/Program Files (x86)/Firefox Nightly/firefox.exe`, `%APPDATA%/Local/Firefox Nightly/firefox.exe` |
0 commit comments