mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-11 09:40:11 -06:00
* Move percy snapshots out of afterEach
* Revert "Move percy snapshots out of afterEach"
This reverts commit 59b7e360a1.
* Always use titlePath in name
* remove empty array else stmt
* Reduce screenshot diffs
* Trigger Build
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