Files
cypress/packages/launcher
Tyler Biethman 74fa12ab11 Merge branch 'develop' of https://github.com/cypress-io/cypress into tbiethman/develop-into-10-with-electron
# Conflicts:
#	circle.yml
#	packages/driver/cypress/integration/commands/actions/trigger_spec.js
#	packages/driver/cypress/integration/commands/actions/type_spec.js
#	packages/driver/cypress/integration/commands/files_spec.js
#	packages/electron/package.json
#	packages/launcher/lib/darwin/util.ts
#	packages/launcher/package.json
#	packages/server/__snapshots__/args_spec.js
#	packages/server/__snapshots__/cypress_spec.js
#	system-tests/projects/non-proxied/cypress/fixtures/cy-non-proxied.png
#	yarn.lock
2022-05-12 12:51:59 -05:00
..
2021-04-06 08:21:21 -07: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