Files
cypress/packages/launcher
Ben Kucera 47faf52e16 internal: use yarn workspace over lerna for individual package commands (#7644)
* use yarn workspace over lerna for individual package commands

* remove usage of wait-on

* fix readmes after regex replace

* revert wait-on changes

* update yarn.lock
2020-06-10 18:31:40 -04:00
..
2017-09-25 07:30:51 -07:00
2017-06-23 14:32:30 -04:00

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