Skip to content

Scripts testing several websites and API endpoints using the PROTRACTOR tool.

Notifications You must be signed in to change notification settings

bishnucit/protractor_e2e

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

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