@nx/remix:cypress-component-configuration
Add a Cypress component testing configuration to an existing project.
Add a Cypress component testing configuration to an existing project.
1nx generate cypress-component-configuration ...
2By default, Nx will search for cypress-component-configuration in the default collection provisioned in workspace.json.
You can specify the collection explicitly as follows:
1nx g @nx/remix:cypress-component-configuration ...
2Show what will be generated without writing to disk:
1nx g cypress-component-configuration ... --dry-run
2Add component testing to your Remix project:
1nx g @nx/remix:cypress-component-configuration --project=my-remix-project
2Add component testing to your Remix project and generate component tests for your existing components:
1nx g @nx/remix:cypress-component-configuration --project=my-remix-project --generate-tests
2The name of the project to add cypress component testing configuration to
falseGenerate default component tests for existing components in the project
falseSkip formatting files
In case you missed Monorepo World, it is now available for replay.