# component-cypress-spec [hidden] Create a cypress spec for a ui component that has a story ## Usage ```bash ng generate component-cypress-spec ... ``` ## Options ### componentFileName Type: `string` Component file name without the .ts extension ### componentName Type: `string` Class name of the component ### componentPath Type: `string` Relative path to the component file from the library root ### libPath Type: `string` Path to the library ### projectName Type: `string` Name of the library from angular.json