{"id":16538828,"url":"https://github.com/sridharbandi/selenium-protractor-template","last_synced_at":"2026-05-01T20:32:05.841Z","repository":{"id":153939782,"uuid":"136633826","full_name":"sridharbandi/Selenium-Protractor-Template","owner":"sridharbandi","description":"Selenium Protractor Example with Page Object Model","archived":false,"fork":false,"pushed_at":"2020-04-19T20:12:15.000Z","size":16,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-04T00:44:57.150Z","etag":null,"topics":["javascript","npm","page-object-model","protractor","selenium-webdriver"],"latest_commit_sha":null,"homepage":"","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/sridharbandi.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-06-08T15:05:48.000Z","updated_at":"2020-04-19T20:12:18.000Z","dependencies_parsed_at":"2023-05-13T12:45:23.223Z","dependency_job_id":null,"html_url":"https://github.com/sridharbandi/Selenium-Protractor-Template","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sridharbandi/Selenium-Protractor-Template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sridharbandi%2FSelenium-Protractor-Template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sridharbandi%2FSelenium-Protractor-Template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sridharbandi%2FSelenium-Protractor-Template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sridharbandi%2FSelenium-Protractor-Template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sridharbandi","download_url":"https://codeload.github.com/sridharbandi/Selenium-Protractor-Template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sridharbandi%2FSelenium-Protractor-Template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32512662,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["javascript","npm","page-object-model","protractor","selenium-webdriver"],"created_at":"2024-10-11T18:46:56.006Z","updated_at":"2026-05-01T20:32:05.823Z","avatar_url":"https://github.com/sridharbandi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Selenium Protractor Template with Page Object Model\n\u003e[Protractor](https://www.protractortest.org/#/) is an end-to-end test framework for Angular and AngularJS applications.Protractor runs tests against your application running in a real browser, interacting with it as a user would.\n\n### How to use?\nCreate the Page Objects of your Web application under **_pageobjects_** package, call those Page Objects in tests under **_specs_** package (Sample Page Objects, testcase included in this template)\n\n### How to run?\nTo install the dependencies issue the below command in project root directory\n```javascript\nnpm install\n``` \nTo start the selenium server issue the below command in project root directory\n```javascript\n./node_modules/.bin/webdriver-manager update\n``` \nand then \n```javascript\n./node_modules/.bin/webdriver-manager start\n``` \nTo run the tests issue the below command\n```javascript\nnpm test\n``` \nBy default it runs in Chrome browser, you can specify which browser to use as well\n```javascript\nnpm test -- --browser=firefox\n``` \nCurrently supported browsers in this template are\n * chrome\n * firefox\n\nOther templates you might be interested in \n[Non Selenium Javascript Templates](https://github.com/sridharbandi/Non-Selenium-Javascript-Getting-Started-Examples), \n[Selenium Javascript Templates](https://github.com/sridharbandi/Selenium-Javascript-Getting-Started-Examples)\n\u003e Feel free to modify it to your own needs :)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsridharbandi%2Fselenium-protractor-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsridharbandi%2Fselenium-protractor-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsridharbandi%2Fselenium-protractor-template/lists"}