{"id":23359630,"url":"https://github.com/aghamohammadi/angular-test-cypress","last_synced_at":"2026-04-14T00:03:36.414Z","repository":{"id":191835836,"uuid":"587915100","full_name":"aghamohammadi/angular-test-cypress","owner":"aghamohammadi","description":"Angular CRUD with e2e cypress \u0026 cucumber and unit tests","archived":false,"fork":false,"pushed_at":"2023-01-11T22:10:30.000Z","size":272,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-13T22:26:20.868Z","etag":null,"topics":["angular","bdd","crud","cucumber","cypress","ddd","e2e-test","form-validation","tdd","unit-testing"],"latest_commit_sha":null,"homepage":"","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/aghamohammadi.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}},"created_at":"2023-01-11T22:09:24.000Z","updated_at":"2024-05-20T10:42:43.000Z","dependencies_parsed_at":"2023-09-01T03:06:38.202Z","dependency_job_id":null,"html_url":"https://github.com/aghamohammadi/angular-test-cypress","commit_stats":null,"previous_names":["aghamohammadi/angular-test-cypress"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aghamohammadi%2Fangular-test-cypress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aghamohammadi%2Fangular-test-cypress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aghamohammadi%2Fangular-test-cypress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aghamohammadi%2Fangular-test-cypress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aghamohammadi","download_url":"https://codeload.github.com/aghamohammadi/angular-test-cypress/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247729423,"owners_count":20986392,"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":["angular","bdd","crud","cucumber","cypress","ddd","e2e-test","form-validation","tdd","unit-testing"],"created_at":"2024-12-21T11:11:26.492Z","updated_at":"2026-04-14T00:03:36.365Z","avatar_url":"https://github.com/aghamohammadi.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Angular CRUD with e2e cypress \u0026 cucumber and unit tests \n\nCreate a simple CRUD application with Angular that implements the below model:\n```\nCustomer {\n\tFirstname\n\tLastname\n\tDateOfBirth\n\tPhoneNumber\n\tEmail\n\tBankAccountNumber\n}\n```\n\n## Practices and patterns:\n\n- [TDD](https://angular.io/guide/testing)\n- [DDD](https://en.wikipedia.org/wiki/Domain-driven_design)\n- [BDD](https://en.wikipedia.org/wiki/Behavior-driven_development)\n\n\n\n### Validations\n\n- During Create; validate the phone number to be a valid *mobile* number only (use [Google LibPhoneNumber](https://github.com/google/libphonenumber) to validate mobile number).\n\n- A Valid email and a valid account number must be checked before submitting the form.\n\n- Create a Browser local storage in to store list of customers.\n\n- Customers must be unique in database: By `Firstname`, `Lastname` and `DateOfBirth`.\n\n- Email must be unique in the local storage or memory array\n\n\n\n## Running application\n\nRun `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.\n\n## Running end-to-end tests\n\nRun `ng e2e` to execute the end-to-end tests via cypress \u0026 cucmber.\n\n## Running unit tests\n\nRun `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faghamohammadi%2Fangular-test-cypress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faghamohammadi%2Fangular-test-cypress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faghamohammadi%2Fangular-test-cypress/lists"}