mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-30 03:51:21 -05:00
0568133b19
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Electron
This is the lib responsible for installing + building Electron. This enables us to develop with the Electron shell that will match how the final compiled Cypress binary looks 1:1.
It does this by using symlinks while in development.
Installing
The Desktop GUI's dependencies can be installed with:
cd packages/desktop-gui
npm install
Building
npm run build
Note: npm run build just installs Electron binary for your OS specific platform