{"id":21480459,"url":"https://github.com/codewithmmak/protractor-jasmine-typescript","last_synced_at":"2025-07-15T12:31:59.813Z","repository":{"id":40546501,"uuid":"164945937","full_name":"codewithmmak/protractor-jasmine-typescript","owner":"codewithmmak","description":"This is sample Test Automation framework designed using Protractor, Jasmine and TypeScript","archived":false,"fork":false,"pushed_at":"2024-11-22T18:35:02.000Z","size":322,"stargazers_count":7,"open_issues_count":12,"forks_count":7,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-22T19:35:08.998Z","etag":null,"topics":["bdd-framework","e2e-tests","jasmine","protractor","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codewithmmak.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2019-01-09T22:09:29.000Z","updated_at":"2023-02-20T18:56:55.000Z","dependencies_parsed_at":"2023-02-17T22:31:13.491Z","dependency_job_id":"64b56e5a-53eb-489a-a4a7-01b5c2358a86","html_url":"https://github.com/codewithmmak/protractor-jasmine-typescript","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithmmak%2Fprotractor-jasmine-typescript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithmmak%2Fprotractor-jasmine-typescript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithmmak%2Fprotractor-jasmine-typescript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithmmak%2Fprotractor-jasmine-typescript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codewithmmak","download_url":"https://codeload.github.com/codewithmmak/protractor-jasmine-typescript/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226038782,"owners_count":17564046,"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":["bdd-framework","e2e-tests","jasmine","protractor","typescript"],"created_at":"2024-11-23T12:15:13.029Z","updated_at":"2024-11-23T12:15:13.748Z","avatar_url":"https://github.com/codewithmmak.png","language":"TypeScript","readme":"![Protractor, Jasmine and Typescript](./images/protractor-jasmine-typescript.png?raw=true \"Protractor, Jasmine and Typescript\")\n\n# Protractor, Jasmine and Typescript Setup Guide\nThis is Test Automation framework designed using Protractor, Jasmine and TypeScript\n\n## Framework Structure\n```\n├───.circleci                       # This contains CircleCI config.yml file\n├───images                          # This folder contains sample report image\n├───page-objects                    # This folder contains page object, page helper and page contants\n│   ├───common\n│   └───pages\n│       ├───common\n│       └───super-calculator\n├───temp                            # This folder contains JS file which are generated after compiling TypeScript files\n├───test-results                    # This folder contains test result (includes html report and screenshots)\n└───test-suites                     # This folder contains spec/test files\n```\n\n## To Get Started\n\n### Pre-requisites\n* Download and install Chrome or Firefox browser.\n* Download and install Node.js\n* Download and install any Text Editor like Visual Code/Sublime/Brackets\n\n### Setup Scripts \n* Clone the repository into a folder\n* Install Protractor: `npm install -g protractor`\n* Update necessary binaries of webdriver-manager: `webdriver-manager update` or `npm install -g webdriver-manager`\n* Go to Project root directory and install Dependency: `npm install`\n* All the dependencies from package.json and ambient typings would be installed in node_modules folder.\n\n### How to write Test\n* Add new spec under test-suite folder\n* Name the file as \u003ctestname\u003e.spec.ts (e.g. super-calculator.spec.ts)\n* Create folder under page-objects/pages as \u003cpage-name\u003e (e.g. super-calculator)\n* Under page folder create constant, helper and page object file.\n    * \u003cpage-name\u003e.constants.ts (e.g. super-calculator.constants.ts)\n    * \u003cpage-name\u003e.helper.ts (e.g. super-calculator.helper.ts)\n    * \u003cpage-name\u003e.po.ts (e.g. super-calculator.po.ts)\n\n### How to Run Test\n* Run complete Test Suite: `npm test`\n\n### How to Update local npm packages\n* Go to Project root directory and run command: `npm update`\n\n### Sample Test Results\n![Protractor, Jasmine and Typescript Test Results](./images/test-results.png?raw=true \"Protractor, Jasmine and Typescript Test Results\")\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewithmmak%2Fprotractor-jasmine-typescript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodewithmmak%2Fprotractor-jasmine-typescript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewithmmak%2Fprotractor-jasmine-typescript/lists"}