mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-20 14:10:16 -06:00
Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
UI Components
This packages contains React components that are shared between two or more of the UI packages (desktop-gui, reporter, & runner).
Installing
Dependencies can be installed with:
cd packages/ui-components
npm install
Developing & Testing
These components are best developed by using their Cypress tests.
Run this in one terminal tab to watch the source files
npm run watch
Run this in another terminal tab to run Cypress
npm run cypress:open
To run the tests once you can run:
npm run build && npm run cypress:run