Skip to content

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\