-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(cypress/schematic): add support for component testing #23385
Conversation
Thanks for taking the time to open a PR!
|
Test summaryRun details
View run in Cypress Dashboard ➡️ Flakiness
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Just a few minor pieces of feedback
npm/cypress-schematic/src/schematics/ng-generate/cypress-test/index.ts
Outdated
Show resolved
Hide resolved
npm/cypress-schematic/src/schematics/ng-generate/cypress-ct-tests/schema.json
Outdated
Show resolved
Hide resolved
npm/cypress-schematic/src/schematics/ng-generate/cypress-ct-tests/index.spec.ts
Outdated
Show resolved
Hide resolved
npm/cypress-schematic/src/schematics/ng-add/files-core/cypress.config.ts
Outdated
Show resolved
Hide resolved
…hematic:spec. update readme. add tests.
… for testing type
… tests from them. add new specs-ct generation script. move ct generate functions to utils. update tests.
7d60526
to
287d6e3
Compare
This adds Angular CT support to the Cypress Schematic.
User facing changelog
ng-add
ng-add
ng-generate
ng-generate
More details are in the README