@nrwl/nx-plugin:e2e-project
Create an E2E app for a Nx Plugin.
Please do not extend this schema as it is part of Nx internal usage.
Create an E2E app for a Nx Plugin.
nx generate e2e-project ...
By default, Nx will search for e2e-project in the default collection provisioned in workspace.json.
You can specify the collection explicitly as follows:
nx g @nrwl/nx-plugin:e2e-project ...
Show what will be generated without writing to disk:
nx g e2e-project ... --dry-run
the package name of the plugin as it would be published to NPM.
the project name of the plugin to be tested.
the output path of the plugin after it builds.
Jest config file.
eslinteslint, noneThe tool to use for running lint checks.
falseGenerate the e2e project with a minimal setup. This would involve not generating tests for a default executor and generator.
the directory where the plugin is placed.
falseSkip formatting files.
trueSplit the project configuration into <projectRoot>/project.json rather than including it inside workspace.json.
Nx only supports standaloneConfig