mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-24 07:59:12 -05:00
Launcher
This package finds and launches browsers for each operating system.
Install
The launcher's dependencies can be installed with:
cd packages/launcher
npm install
Development
The TypeScript source files are in lib folder.
Debugging
Uses debug to output debug log messages. To turn on, use
DEBUG=cypress:launcher npm test
Demo
To see browsers detected on your machine, just run node index.js
Testing
npm run test