This package finds and launches browsers for each operating system.
The launcher's dependencies can be installed with:
cd packages/launcher
npm installThe TypeScript source files are in lib folder.
To see browsers detected on your machine, just run:
node index.jsYou can supply a list of binaries to test if they're browsers or not. Try running:
node index.js /bin/bash /usr/bin/chromium-browsernpm run testUses debug to output debug log messages. To turn on, use
DEBUG=cypress:launcher npm test