@nx/react:component-cypress-spec

Create a Cypress spec for a UI component that has a story.

Usage

1nx generate component-cypress-spec ... 2

By default, Nx will search for component-cypress-spec in the default collection provisioned in workspace.json.

You can specify the collection explicitly as follows:

1nx g @nx/react:component-cypress-spec ... 2

Show what will be generated without writing to disk:

1nx g component-cypress-spec ... --dry-run 2

Options

componentPath

Required
string

Relative path to the component file from the library root?

project

Required
string

The project name for which to generate tests.

cypressProject

string

The Cypress project to generate the stories under. By default, inferred from project.

js

boolean
Default: false

Generate JavaScript files rather than TypeScript files.

skipFormat

Internal
boolean
Default: false

Skip formatting files.