{"id":26499114,"url":"https://github.com/pradeep1991singh/angular-testing","last_synced_at":"2026-04-13T15:32:07.833Z","repository":{"id":119805722,"uuid":"77240550","full_name":"pradeep1991singh/angular-testing","owner":"pradeep1991singh","description":"angular testing with jasmine","archived":false,"fork":false,"pushed_at":"2017-01-22T05:49:56.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-10T21:47:49.040Z","etag":null,"topics":["angular-testing","jasmine","protractor","setup-test-environment"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/pradeep1991singh.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":"2016-12-23T17:24:15.000Z","updated_at":"2017-03-21T19:19:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"f4aa5654-b79a-41d8-9334-c1125b67baa6","html_url":"https://github.com/pradeep1991singh/angular-testing","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pradeep1991singh/angular-testing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pradeep1991singh%2Fangular-testing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pradeep1991singh%2Fangular-testing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pradeep1991singh%2Fangular-testing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pradeep1991singh%2Fangular-testing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pradeep1991singh","download_url":"https://codeload.github.com/pradeep1991singh/angular-testing/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pradeep1991singh%2Fangular-testing/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31759311,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T15:25:13.801Z","status":"ssl_error","status_checked_at":"2026-04-13T15:25:09.162Z","response_time":93,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-testing","jasmine","protractor","setup-test-environment"],"created_at":"2025-03-20T14:51:57.737Z","updated_at":"2026-04-13T15:32:07.814Z","avatar_url":"https://github.com/pradeep1991singh.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# angular-testing\nangular unit and end-to-end testing with jasmine\n\n## Installation\n```sh\n$ npm install\n\n$ bower install\n```\n\n## Tests\nFor running unit tests `jasmine`, `karma`, `karma-jasmine` needed.\nFor running end-to-end tests `protractor`, `webdriver` needed.\n\nYou can install them globally or locally\n\n\u003e unit tests\n\n### Install jasmine, karma, chrome-launcher (locally)\n```sh\n$ npm install jasmine karma karma-jasmine karma-chrome-launcher --save-dev\n```\n\n\u003e end-to-end tests\n\n### Install protractor and webdriver (locally)\n```sh\n$ npm install protractor webdriver-manager --save-dev\n```\n\n### Run server (locally)\n```sh\n$ node node_modules/webdriver-manager/bin/webdriver-manager update\n\n$ node node_modules/webdriver-manager/bin/webdriver-manager start\n```\n\n### Run angular dev server (optionally)\n```sh\n$ npm install angular-dev-server --save-dev\n\n$ node node_modules/angular-dev-server/index.js\n```\n\n### Install protractor (globally)\n```sh\n$ npm install -g protractor\n\n$ webdriver-manager update\n\n$ webdriver-manager start\n```\n\n## Fake server\n```sh\n$ npm install express --save\n```\n\n## Run sample app\n```sh\n$ gulp\n\n$ gulp serve\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpradeep1991singh%2Fangular-testing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpradeep1991singh%2Fangular-testing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpradeep1991singh%2Fangular-testing/lists"}