nx/docs/api-cypress/schematics/cypress-project.md
ben 84deb16d11 feat(scripts): documentation upgrade
Follow the new package architecture.
The generation of the documentation has been improved, new helper
functions have been added to handle the new architecture.
2019-05-13 22:31:32 -04:00

31 lines
304 B
Markdown

# cypress-project
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.