Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 1.59 KB

README.md

File metadata and controls

20 lines (19 loc) · 1.59 KB

Automation testing using Protractor

Use npm to install Protractor globally with:

npm install -g protractor

The webdriver-manager is a helper tool to easily get an instance of a Selenium Server running. Use it to download the necessary binaries with:

webdriver-manager update

site 1 - Angular website

site 2 - Angular 8 application - Angular 8 User Registration and Login Example

site 3 - Conduit application - Medium.com clone powered by React, Angular, Node, Django, and many more

site 3 - tests/e2e - conduit application - following page object model framework https://github.com/bishnucit/protractor_e2e/tree/master/site3/tests/e2e