## Examples {% tabs %} {% tab label="Basic Usage" %} Create a cypress spec for a component that is set up with Storybook. ```bash nx g @nrwl/angular:component-cypress-spec --componentName=MyButtonComponent --componentPath=libs/ui/src/lib/button/button.component.ts --componentFileName=button.component --projectName=ui --projectPath=libs/ui ``` {% /tab %} {% /tabs %}