abhishekkyd / ProtractorTestFramework

Protractor Test Framework to perform basic angular testing using protrator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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\

About

Protractor Test Framework to perform basic angular testing using protrator


Languages

Language:HTML 51.9%Language:JavaScript 48.1%