mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-27 10:19:26 -05:00
6d3b60acce
* chore: render FF 101 and 102 as unsupported on Windows * Updating specs * Little refactor * Adding a few more specs * Moving browsers to launcher * Adding a few more specs * Removing exports that no longer exist * Few more tests * Apply suggestions from code review for more specific warning message Co-authored-by: Zach Bloomquist <git@chary.us> * Update packages/launcher/lib/detect.ts Co-authored-by: Ryan Manuel <ryanm@cypress.io> Co-authored-by: Zach Bloomquist <git@chary.us> Co-authored-by: Ryan Manuel <ryanm@cypress.io>
Launcher
This package finds and launches browsers for each operating system.
Developing
The TypeScript source files are in lib folder.
To see browsers detected on your machine, just run:
node index.js
You can supply a list of binaries to test if they're browsers or not. Try running:
node index.js /bin/bash /usr/bin/chromium-browser
Testing
yarn workspace @packages/launcher test
Debugging
Uses debug to output debug log messages. To turn on, use
DEBUG=cypress:launcher:* yarn workspace @packages/launcher test
Verbose messages, including detailed stdout, are available under cypress-verbose:launcher:*.