{"id":17539991,"url":"https://github.com/alexandr-g/udemy-protractor","last_synced_at":"2025-04-11T20:20:28.987Z","repository":{"id":91475343,"uuid":"59473957","full_name":"alexandr-g/udemy-protractor","owner":"alexandr-g","description":"End-to-end JavaScript testing with Protractor (sources for my course)","archived":false,"fork":false,"pushed_at":"2016-05-23T10:35:40.000Z","size":15,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-25T16:15:54.736Z","etag":null,"topics":["javascript","protractor","selenium","selenium-server","webdriver"],"latest_commit_sha":null,"homepage":"https://www.udemy.com/end-to-end-javascript-testing-with-protractor/","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/alexandr-g.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-05-23T10:32:29.000Z","updated_at":"2018-06-20T18:50:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"b00aacd5-7430-43e4-8d55-d0ef01098c6e","html_url":"https://github.com/alexandr-g/udemy-protractor","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/alexandr-g%2Fudemy-protractor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexandr-g%2Fudemy-protractor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexandr-g%2Fudemy-protractor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexandr-g%2Fudemy-protractor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexandr-g","download_url":"https://codeload.github.com/alexandr-g/udemy-protractor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248473079,"owners_count":21109629,"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":["javascript","protractor","selenium","selenium-server","webdriver"],"created_at":"2024-10-20T22:07:10.345Z","updated_at":"2025-04-11T20:20:28.972Z","avatar_url":"https://github.com/alexandr-g.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"End-to-End Testing with Protractor JS course files\n==========\n\n[Protractor](http://angular.github.io/protractor) is an end-to-end test framework for [AngularJS](http://angularjs.org/) applications. Protractor is a [Node.js](http://nodejs.org/) program built on top of [WebDriverJS](https://github.com/SeleniumHQ/selenium/wiki/WebDriverJs). Protractor runs tests against your application running in a real browser, interacting with it as a user would.\n\nSetup\n-----\nInstall [Java from here](http://www.oracle.com/technetwork/java/javase/downloads/index.html)\nInstall [Node.js](http://nodejs.org/)\n\nClone repo:\n```\ngit clone https://gitlab.com/centner/udemy-protractor.git\n```\n\nYou can use npm to install Protractor globally with:\n```\nnpm install -g protractor\n```\n\n...or after cloning inside project folder execute: (that will install all dependencies from package.json)\n```\nnpm i\n```\n\nThe webdriver-manager is a helper tool to easily get an instance of a Selenium Server running. Use it to download the necessary binaries with:\n```\nwebdriver-manager update\nwebdriver-manager start\n```\nRunning Tests\n-------------\nTests need to be run from the project directory inside the udemy-protractor:\n```\ncd udemy-protractor\n```\nRun Selenium in one tab via:\n```\nwebdriver-manager start\n```\n\nOnce the Selenium server is running, run this command in another tab:\n```\nprotractor config.js\n```\n\nIt is possible to run tests by test suites/groups separately:\n\n```\nprotractor config.js --suite home\nprotractor config.js --suite cart\n```\n\n© 2016 Berlin Alexander Grischuk ALL RIGHTS RESERVED\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexandr-g%2Fudemy-protractor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexandr-g%2Fudemy-protractor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexandr-g%2Fudemy-protractor/lists"}