{"id":15695981,"url":"https://github.com/wellwind/cypress-schematics","last_synced_at":"2025-05-08T22:14:55.165Z","repository":{"id":82780357,"uuid":"139370453","full_name":"wellwind/cypress-schematics","owner":"wellwind","description":"Code generator for Cypress.io","archived":false,"fork":false,"pushed_at":"2023-06-23T06:22:16.000Z","size":169,"stargazers_count":7,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-08T22:14:50.824Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wellwind.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-07-01T23:40:16.000Z","updated_at":"2021-06-30T06:27:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"8ee48ff4-c308-45c6-a8bf-b993691a64f7","html_url":"https://github.com/wellwind/cypress-schematics","commit_stats":{"total_commits":25,"total_committers":3,"mean_commits":8.333333333333334,"dds":0.12,"last_synced_commit":"aed6d00e4b3528a15adf99c7942f65ef6943ec23"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wellwind%2Fcypress-schematics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wellwind%2Fcypress-schematics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wellwind%2Fcypress-schematics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wellwind%2Fcypress-schematics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wellwind","download_url":"https://codeload.github.com/wellwind/cypress-schematics/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253154977,"owners_count":21862623,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-03T19:06:05.403Z","updated_at":"2025-05-08T22:14:55.145Z","avatar_url":"https://github.com/wellwind.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cypress Schematics\n\nA schematics collection for installing [Cypress.io](https://www.cypress.io/)\n\nThis library is designed for Angular CLI project, however, you still can use this for any project you want to run e2e teseting.\n\n## Using Angular CLI\n\n### Requirements\n\nAngular CLI 6.0.0+\n\n### Usage\n\nJust run the `ng add` command:\n\n`ng add cypress-schematics`\n\nYou can also enable typescript and cucumber support by add following parameters.\n\n- `--typescript`: Add typescript support .\n- `--cucumber`: Add cucumber support.\n\nIf you don't enable typescript or cucumber support when `ng add`, you can still enable them after.\n\nTo enable typescript support:\n\n`ng g cypress-schematics:typescript`\n\nTo enable cypress support:\n\n`ng g cypress-schematics:cucumber`\n\n## Without Angular CLI\n\n### Requirements\n\nInstall `@angular-devkit/schematics-cli`\n\n`npm i -g @angular-devkit/schematics-cli`\n\nAnd install `cypress-schematics` in the folder you want to add cypress:\n\n`npm i cypress-schematics`\n\n### Usage\n\nYou can use schematics-cli to add cypress to any your project.\n\n`schematics cypress-schematics:ng-add`\n\nAlso, just add `--typescript` or `--cucumber` to add another supports.\n\nIf you want to enable them later, you can still using schematics-cli.\n\nTo enable typescript support:\n\n`schematics cypress-schematics:typescript`\n\nTo enable cypress support:\n\n`schematics cypress-schematics:cucumber`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwellwind%2Fcypress-schematics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwellwind%2Fcypress-schematics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwellwind%2Fcypress-schematics/lists"}