Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Protractor Test Framework to perform basic angular testing using protrator

Notifications You must be signed in to change notification settings

abhishekkyd/ProtractorTestFramework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Protractor Test Framework

Protractor Test Framework to perform basic angular testing using protrator and protractor-html-reproter-2
supports till protractor 5.4.2, work in progress for new version protractor


Prequisites

  1. NodeJS should installed and setup.
  2. Protractor 5.4.2 should be installed and setup.
npm install -g protractor@5.4.2
  1. Browser should be installed.
  2. Internet Connection should be available.
  3. Extract node_modules.zip in same directory.

Steps to execute e2e scripts

  1. Go to directory: .\e2e
  2. Run commands:
    For Chrome:
    protractor chrome.conf.js
    For Firefox:
    protractor firefox.conf.js

Reports

Report directory: .\e2e\reports\

Morty Proxy This is a proxified and sanitized view of the page, visit original site.