@nrwl/nx-plugin:e2e

Creates a playground for a Nx Plugin.

Options can be configured in project.json when defining the executor, or when invoking it. Read more about how to configure targets and executors here: https://nx.dev/configuration/projectjson#targets.

Options

jestConfig

Required
string

Jest config file.

target

Required
string

The build target for the Nx Plugin project.

tsSpecConfig

Deprecated
string

The tsconfig file for specs.

Use the tsconfig property for ts-jest in the e2e project jest.config.js file. It will be removed in the next major release.