Files
cypress/packages/ui-components
Rachel 723cc13c61 fix: percy snapshots screenshotName should always be populated (#21632)
* 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
2022-05-27 11:51:24 -07:00
..
2021-04-26 17:40:33 -04:00

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