Files
cypress/packages/launcher
Chris Breiding 9401502387 chore: Test against repo-defined versions of Chrome stable and beta (#16341)
* feat: Add support for Chrome Beta

* chore: update yarn.lock

* chore: Test against repo-defined versions of Chrome stable and beta
2021-05-14 16:35:42 -04:00
..
2017-09-25 07:30:51 -07:00
2021-04-06 08:21:21 -07: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