Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 403 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 403 Bytes

nx-nestjs-cypress

This is a minimum reproducible example attempting to run Cypress e2e tests against a nestjs api which uses a dto annotated with an @ApiProperty() decorator from @nestjs/swagger in an nx repository.

npm install
npx nx run my-nest-app-cypress:e2e

Resources