mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-22 23:20:35 -06:00
* Quote strings in DEBUG logs for easier reading * Use object in log instead of static strings
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 lerna run test --scope @packages/launcher --stream
Debugging
Uses debug to output debug log messages. To turn on, use
DEBUG=cypress:launcher yarn lerna run test --scope @packages/launcher --stream