nx/docs/api-cypress/schematics/cypress-project.md
2019-05-21 09:01:29 -04:00

31 lines
313 B
Markdown

# cypress-project [hidden]
Add a Cypress E2E Project
## Usage
```bash
ng generate cypress-project ...
```
## Options
### directory
Type: `string`
A directory where the app is placed
### name
Type: `string`
Name of the E2E Project
### project
Type: `string`
The name of the frontend project to test.