bishnucit / protractor_e2e

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 50.6%Language:HTML 49.4%