@revoloo/cypress6
Version:
Cypress.io end to end testing tool
22 lines (14 loc) • 540 B
Markdown
# 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.
## Building
```bash
yarn workspace /electron build
```
Note: this just installs Electron binary for your OS specific platform
## Testing
```bash
yarn workspace /electron test
yarn workspace /electron test-debug
yarn workspace /electron test-watch
```