mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-01 04:20:23 -05:00
e6cbc5ae1e
* fix: update icons build to work on windows * Add rimraf * Update scripts * Update script * Update scripts * Fix windows migration * Update postinstall script * Remove script
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