legzy27 / chilibean

Test Automation Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chilibean

Protractor With Cucumber JS

Pre-Requisites

  • Install Java Development Kit.
  • Install Node.js (latest version).

Github: git clone https://github.com/legzy27/chilibean.git

Install the dependencies in the local node_modules folder

  • npm install

Install protractor

  • npm install -g protractor

Install dev dependencies

  • npm install — save-dev cucumber
  • npm install — save-dev protractor-cucumber-framework
  • npm install chai
  • npm install chai-smoothie

Run test: 

  • webdriver-manager update
  • webdriver-manager start
  • Type protractor protractor.conf.js press enter

Report

  • Check json-output-folder for json report

About

Test Automation Framework


Languages

Language:HTML 98.8%Language:JavaScript 0.9%Language:Gherkin 0.2%