Files
cypress/packages/ui-components
Brian Mann c72538d189 Fix lodash dupe dep (#7954)
* blow away yarn.lock

* bump lodash to 4.17.19

* reduce binary size again

* bump @types/node to correct version, fix types

* fix react + react-dom types

* add clean command for .ts conversion to .js files

* fix flaky test
2020-07-11 16:34:23 -04:00
..
2020-01-27 23:10:26 +06:30
2020-07-11 16:34:23 -04:00
2020-01-27 23:10:26 +06:30

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