nx/docs/api-cypress/schematics/cypress-project.md
Jack Hsu a9a1f669d7
feat(react): update workspace defaults based on app schematic option (#1726)
The defaults make it easier to generate other apps/libs/components later.
An option `skipWorkspaceJson` can be used to skip updates entirely.
2019-08-14 23:21:44 -04:00

39 lines
406 B
Markdown

# cypress-project [hidden]
Add a Cypress E2E Project
## Usage
```bash
ng generate cypress-project ...
```
## Options
### directory
Type: `string`
A directory where the project is placed
### linter
Default: `tslint`
Type: `string`
The tool to use for running lint checks.
### name
Type: `string`
Name of the E2E Project
### project
Type: `string`
The name of the frontend project to test.