mirror of
https://github.com/cypress-io/cypress.git
synced 2026-03-11 20:09:47 -05:00
* feat(frontend-shared): Adding shared components, styles, test tooling, build tooling, and plugins * chore(launchpad): fix build for feat/fronted-shared-infra (#18267) * wip: fix build * fix tests * modify tsconfig * fix typing error * simplify imports Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
781 B
781 B
Frontend Shared
Building
For development
We only use Cypress Component Tests to develop the components in isolation
## from repo root
yarn workspace @packages/frontend-shared cypress:open
Developing
For the best development experience, you will want to use VS Code with the Volar extension. This will give you type completion inside vue files.
Testing
yarn workspace @packages/frontend-shared test-unit
Utility class usage
Windi CSS can create an awesome interactive summary showing our usage of utility classes and design tokens. Running this command will generate this report and serve it on localhost.
## from this directory
yarn windi