Craigory V Coppola a1ccc87a07
docs(misc): documentation headers should include collectionName for searchability (#6451)
Signed-off-by: AgentEnder <craigorycoppola@gmail.com>
2021-07-21 11:40:59 -04:00

29 lines
667 B
Markdown

# @nrwl/nx-plugin:e2e
Creates and runs the e2e tests for an Nx Plugin.
Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks.
## Options
### jestConfig (_**required**_)
Type: `string`
Jest config file.
### target (_**required**_)
Type: `string`
The build target for the Nx Plugin project.
### ~~tsSpecConfig~~
Type: `string`
**Deprecated:** Use the `tsconfig` property for `ts-jest` in the e2e project `jest.config.js` file. It will be removed in the next major release.
The tsconfig file for specs.