@nrwl/nx-plugin:e2e-project
Create an E2E app for a Nx Plugin.
Usage
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
Options
jestConfig
string
Jest config file.
npmPackageName
Required
string
the name of the package that would be published to NPM.
pluginName
Required
string
the name of the plugin to be tested.
projectDirectory
string
the directory where the plugin is placed.
pluginOutputPath
string
the output path of the plugin after it builds.
standaloneConfig
boolean
Split the project configuration into <projectRoot>/project.json
rather than including it inside workspace.json
.
tsSpecConfig
Deprecated
string
Spec tsconfig
file.