Files
cypress/packages/launcher
renovate[bot] 57eda8cacf fix(deps): update dependency debug to version .x 🌟 (#3793)
* fix(deps): update debug to 4.1.1 🌟

* bump cli 'debug' down to 3.2.6 - last version that still supports Node 4


Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
2019-05-01 13:12:07 +06:30
..
2017-09-25 07:30:51 -07:00
2017-06-23 14:32:30 -04:00
2017-05-23 12:41:00 -04:00

Launcher

This package finds and launches browsers for each operating system.

Installing

The launcher's dependencies can be installed with:

cd packages/launcher
npm install

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

npm run test

Debugging

Uses debug to output debug log messages. To turn on, use

DEBUG=cypress:launcher npm test