@nrwl/angular:component-test
Create a *.cy.ts
file for Cypress component testing for an Angular component.
Usage
nx generate component-test ...
By default, Nx will search for component-test
in the default collection provisioned in workspace.json.
You can specify the collection explicitly as follows:
nx g @nrwl/angular:component-test ...
Show what will be generated without writing to disk:
nx g component-test ... --dry-run